Skip to content

Commit

Permalink
release 2.1.0. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored Mar 7, 2022
1 parent 02f2393 commit a04e058
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## master

## 2.1.0 (2022-03-07)

- [#108](https://github.com/castle/castle-java/pull/108) Add exception for handling invalid request token
- [#102](https://github.com/castle/castle-java/pull/102) Add id key that was missing

## 2.0.0 (2021-06-03)

- [#87](https://github.com/castle/castle-java/pull/87) Add configuration for max number of simultaneous api requests
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.0.0</version>
<version>2.1.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.0.0</version>
<version>2.1.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 a04e058

Please sign in to comment.