Skip to content

Commit

Permalink
release 2.2.1. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored May 2, 2022
1 parent 6e5fcff commit d20af65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 2.2.1 (2022-05-02)

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

## 2.2.0 (2022-04-29)

- [#112](https://github.com/castle/castle-java/pull/112) Add recover api support
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.0</version>
<version>2.2.1</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.0</version>
<version>2.2.1</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 d20af65

Please sign in to comment.