From 87fe7b6b8ae7907bc8810e9941a2015a704e6b0b Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Thu, 2 Jan 2025 17:58:26 +0100 Subject: [PATCH] release 2.4.4. --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca8087..2fce946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master +## 2.4.4 (2025-01-02) + +- [#145](https://github.com/castle/castle-java/pull/145) Readd $requested to risk status enum + ## 2.4.3 (2024-11-10) - [#143](https://github.com/castle/castle-java/pull/143) Add custom deserializer for BaseChangesetEntry diff --git a/README.md b/README.md index 2bcba6e..4abae5a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml` file: io.castle castle-java - 2.4.3 + 2.4.4 ``` diff --git a/pom.xml b/pom.xml index 27efc94..0768a75 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.castle castle-java jar - 2.4.3 + 2.4.4 ${project.groupId}:${project.artifactId}:${project.version} Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users