Skip to content

Commit

Permalink
release 2.4.2. (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored Oct 2, 2024
1 parent b2333f9 commit e544415
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

## 2.4.2 (2024-10-02)

- [#140](https://github.com/castle/castle-java/pull/140) Add attempted to filter status enum
- [#139](https://github.com/castle/castle-java/pull/139) Bump org.springframework:spring-web from 6.0.18 to 6.0.23
- [#138](https://github.com/castle/castle-java/pull/138) Bump org.springframework:spring-web from 6.0.11 to 6.0.18

## 2.4.1 (2024-02-06)

- [#135](https://github.com/castle/castle-java/pull/135) Serialize null values in ChangesetEntry
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.1</version>
<version>2.4.2</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.1</version>
<version>2.4.2</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 e544415

Please sign in to comment.