Skip to content

Commit

Permalink
Release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Sep 11, 2024
1 parent 8934e14 commit 52db91e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.0
2.13.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.13.0](https://github.com/auth0/auth0-java/tree/2.13.0) (2024-09-11)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.12.0...2.13.0)

**Added**
- Add sessions and refresh tokens to Users Management API [\#661](https://github.com/auth0/auth0-java/pull/661) ([tanya732](https://github.com/tanya732))

## [2.12.0](https://github.com/auth0/auth0-java/tree/2.12.0) (2024-05-29)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.11.0...2.12.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.12.0'
implementation 'com.auth0:auth0:2.13.0'
```

### Configure the SDK
Expand Down

0 comments on commit 52db91e

Please sign in to comment.