Skip to content

Commit

Permalink
release 2.5.0. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored Jan 28, 2025
1 parent 8c35c87 commit 79081e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 2.5.0 (2025-01-28)

- [#147](https://github.com/castle/castle-java/pull/147) Update response models and related classes for risk and filter

## 2.4.4 (2025-01-02)

- [#145](https://github.com/castle/castle-java/pull/145) Readd $requested to risk status enum
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.4</version>
<version>2.5.0</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.4</version>
<version>2.5.0</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 79081e2

Please sign in to comment.