From d20af65b2751c7f08000922188d097acf59e209f Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Mon, 2 May 2022 12:03:59 +0200 Subject: [PATCH] release 2.2.1. (#115) --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b0110..6f5a6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6120f10..2fc2cce 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml` file: io.castle castle-java - 2.2.0 + 2.2.1 ``` diff --git a/pom.xml b/pom.xml index e826b85..a57bd34 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.castle castle-java jar - 2.2.0 + 2.2.1 ${project.groupId}:${project.artifactId}:${project.version} Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users