Skip to content

Commit 775fc5d

Browse files
release 2.3.2. (#126)
1 parent 7155913 commit 775fc5d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.3.2 (2023-06-22)
6+
7+
- [#125](https://github.com/castle/castle-java/pull/125) Update generated classes to add scores, skip_request_token_validation, skip_context_validation fields, mark risk field as nullable
8+
59
## 2.3.1 (2023-04-21)
610

711
- [#123](https://github.com/castle/castle-java/pull/123) Update dependencies

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.3.1</version>
17+
<version>2.3.2</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.3.1</version>
9+
<version>2.3.2</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)