Skip to content

Commit

Permalink
Prepare release 2.0.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored Jun 4, 2021
1 parent ede1e1f commit 2d43754
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When using Maven, add the following dependency to your `pom.xml` file:
<dependency>
<groupId>io.castle</groupId>
<artifactId>castle-java</artifactId>
<version>1.6.0</version>
<version>2.0.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>1.6.0</version>
<version>2.0.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 2d43754

Please sign in to comment.