Skip to content

Commit

Permalink
Release 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Aug 27, 2021
1 parent 98b0a9a commit 70c1ec8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.34.0](https://github.com/auth0/auth0-java/tree/1.34.0) (2021-08-27)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.33.0...1.34.0)

**Added**
- Include log_id in the LogEvent entity [\#372](https://github.com/auth0/auth0-java/pull/372) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-2716] Add support for Actions Management APIs [\#369](https://github.com/auth0/auth0-java/pull/369) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-2686] Add retry on rate limit errors for management API [\#368](https://github.com/auth0/auth0-java/pull/368) ([jimmyjames](https://github.com/jimmyjames))

**Fixed**
- Fix to rollback action version endpoint [\#370](https://github.com/auth0/auth0-java/pull/370) ([jimmyjames](https://github.com/jimmyjames))

## [1.33.0](https://github.com/auth0/auth0-java/tree/1.33.0) (2021-07-26)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.32.0...1.33.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.33.0</version>
<version>1.34.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.33.0'
implementation 'com.auth0:auth0:1.34.0'
```


Expand Down

0 comments on commit 70c1ec8

Please sign in to comment.