Skip to content

Commit

Permalink
release 2.3.0. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored May 20, 2022
1 parent ce68b74 commit 022aaf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## master

## 2.3.0 (2022-05-020)

- [#119](https://github.com/castle/castle-java/pull/119) Add response body to api exception message
- [#118](https://github.com/castle/castle-java/pull/118) Add not found exception
- [#117](https://github.com/castle/castle-java/pull/117) Add model classes for payload and response for risk, log and filter
- [#116](https://github.com/castle/castle-java/pull/116) Handle prematurely closed response body

## 2.2.1 (2022-05-02)

- [#114](https://github.com/castle/castle-java/pull/114) Handle closed response in OkHttpExceptionUtil
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml` file:
<dependency>
<groupId>io.castle</groupId>
<artifactId>castle-java</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.castle</groupId>
<artifactId>castle-java</artifactId>
<packaging>jar</packaging>
<version>2.2.1</version>
<version>2.3.0</version>

<name>${project.groupId}:${project.artifactId}:${project.version}</name>
<description>Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users
Expand Down

0 comments on commit 022aaf3

Please sign in to comment.