Skip to content

Commit

Permalink
release 2.4.1. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored Feb 6, 2024
1 parent b4eaf19 commit d079d42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml` file:
<dependency>
<groupId>io.castle</groupId>
<artifactId>castle-java</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.castle</groupId>
<artifactId>castle-java</artifactId>
<packaging>jar</packaging>
<version>2.4.0</version>
<version>2.4.1</version>

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

0 comments on commit d079d42

Please sign in to comment.