Skip to content

Commit d079d42

Browse files
release 2.4.1. (#136)
1 parent b4eaf19 commit d079d42

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## master
44

5+
## 2.4.1 (2024-02-06)
6+
7+
- [#135](https://github.com/castle/castle-java/pull/135) Serialize null values in ChangesetEntry
8+
- [#134](https://github.com/castle/castle-java/pull/134) Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12
9+
- [#132](https://github.com/castle/castle-java/pull/132) Update nexus staging plugin
10+
- [#131](https://github.com/castle/castle-java/pull/131) Fix singleton tests
11+
512
## 2.4.0 (2023-08-31)
613

714
- [#129](https://github.com/castle/castle-java/pull/129) Update to spring boot 6.0.1 and servlets 6.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml` file:
1414
<dependency>
1515
<groupId>io.castle</groupId>
1616
<artifactId>castle-java</artifactId>
17-
<version>2.4.0</version>
17+
<version>2.4.1</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>io.castle</groupId>
77
<artifactId>castle-java</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.4.0</version>
9+
<version>2.4.1</version>
1010

1111
<name>${project.groupId}:${project.artifactId}:${project.version}</name>
1212
<description>Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users

0 commit comments

Comments
 (0)