Skip to content

Commit 022aaf3

Browse files
release 2.3.0. (#120)
1 parent ce68b74 commit 022aaf3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.3.0 (2022-05-020)
6+
7+
- [#119](https://github.com/castle/castle-java/pull/119) Add response body to api exception message
8+
- [#118](https://github.com/castle/castle-java/pull/118) Add not found exception
9+
- [#117](https://github.com/castle/castle-java/pull/117) Add model classes for payload and response for risk, log and filter
10+
- [#116](https://github.com/castle/castle-java/pull/116) Handle prematurely closed response body
11+
512
## 2.2.1 (2022-05-02)
613

714
- [#114](https://github.com/castle/castle-java/pull/114) Handle closed response in OkHttpExceptionUtil

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.2.1</version>
17+
<version>2.3.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.2.1</version>
9+
<version>2.3.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)