diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a8350..aecf6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## master +## 2.0.0 (2021-06-03) + +- [#87](https://github.com/castle/castle-java/pull/87) Add configuration for max number of simultaneous api requests +- [#91](https://github.com/castle/castle-java/pull/91) Use float for risk field in Verdict +- [#92](https://github.com/castle/castle-java/pull/92) Add getter for internal json object in Verdict +- [#97](https://github.com/castle/castle-java/pull/97) Add generic request api +- [#98](https://github.com/castle/castle-java/pull/98) Add support for filter, log and risk api + ## 1.6.0 (2020-10-13) - [#77](https://github.com/castle/castle-java/pull/77) Add risk policy support diff --git a/README.md b/README.md index 917d826..d0fba9d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ When using Maven, add the following dependency to your `pom.xml` file: io.castle castle-java - 1.6.0 + 2.0.0 ``` diff --git a/pom.xml b/pom.xml index eb483eb..68658d1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.castle castle-java jar - 1.6.0 + 2.0.0 ${project.groupId}:${project.artifactId}:${project.version} Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users