Skip to content

Commit 79081e2

Browse files
release 2.5.0. (#148)
1 parent 8c35c87 commit 79081e2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.5.0 (2025-01-28)
6+
7+
- [#147](https://github.com/castle/castle-java/pull/147) Update response models and related classes for risk and filter
8+
59
## 2.4.4 (2025-01-02)
610

711
- [#145](https://github.com/castle/castle-java/pull/145) Readd $requested to risk status enum

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.4</version>
17+
<version>2.5.0</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.4</version>
9+
<version>2.5.0</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)