Skip to content

Commit 2a4ad07

Browse files
release 2.3.1. (#124)
1 parent 6b33c6a commit 2a4ad07

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## master
44

5-
## 2.3.0 (2022-05-020)
5+
## 2.3.1 (2023-04-21)
6+
7+
- [#123](https://github.com/castle/castle-java/pull/123) Update dependencies
8+
- [#121](https://github.com/castle/castle-java/pull/121) Update generated classes to add score field
9+
10+
11+
## 2.3.0 (2022-05-20)
612

713
- [#119](https://github.com/castle/castle-java/pull/119) Add response body to api exception message
814
- [#118](https://github.com/castle/castle-java/pull/118) Add not found exception

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.0</version>
17+
<version>2.3.1</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.0</version>
9+
<version>2.3.1</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)