Skip to content

Commit 34b8353

Browse files
authored
Release 2.13.0 (#663)
1 parent 8934e14 commit 34b8353

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.0
1+
2.13.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.13.0](https://github.com/auth0/auth0-java/tree/2.13.0) (2024-09-11)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.12.0...2.13.0)
5+
6+
**Added**
7+
- Add sessions and refresh tokens to Users Management API [\#661](https://github.com/auth0/auth0-java/pull/661) ([tanya732](https://github.com/tanya732))
8+
39
## [2.12.0](https://github.com/auth0/auth0-java/tree/2.12.0) (2024-05-29)
410
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.11.0...2.12.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Add the dependency via Maven:
3434
<dependency>
3535
<groupId>com.auth0</groupId>
3636
<artifactId>auth0</artifactId>
37-
<version>2.12.0</version>
37+
<version>2.13.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.12.0'
44+
implementation 'com.auth0:auth0:2.13.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)