From d079d42b7a598d15d593c9740b0ce0b9d6d2874f Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Tue, 6 Feb 2024 10:18:55 +0100 Subject: [PATCH] release 2.4.1. (#136) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf04fe..c754e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## master +## 2.4.1 (2024-02-06) + +- [#135](https://github.com/castle/castle-java/pull/135) Serialize null values in ChangesetEntry +- [#134](https://github.com/castle/castle-java/pull/134) Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 +- [#132](https://github.com/castle/castle-java/pull/132) Update nexus staging plugin +- [#131](https://github.com/castle/castle-java/pull/131) Fix singleton tests + ## 2.4.0 (2023-08-31) - [#129](https://github.com/castle/castle-java/pull/129) Update to spring boot 6.0.1 and servlets 6.0.0 diff --git a/README.md b/README.md index 6bca0d1..2f8fc7a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml` file: io.castle castle-java - 2.4.0 + 2.4.1 ``` diff --git a/pom.xml b/pom.xml index 2fc0d6c..f9718b2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.castle castle-java jar - 2.4.0 + 2.4.1 ${project.groupId}:${project.artifactId}:${project.version} Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users