Skip to content

Commit 18c19c6

Browse files
release 2.4.3. (#144)
1 parent 326ca7a commit 18c19c6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.4.3 (2024-11-10)
6+
7+
- [#143](https://github.com/castle/castle-java/pull/143) Add custom deserializer for BaseChangesetEntry
8+
- [#142](https://github.com/castle/castle-java/pull/142) Update models to add expand to risk and filter api
9+
510
## 2.4.2 (2024-10-02)
611

712
- [#140](https://github.com/castle/castle-java/pull/140) Add attempted to filter 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.2</version>
17+
<version>2.4.3</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.2</version>
9+
<version>2.4.3</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)