Skip to content

Commit

Permalink
Release 1.36.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Jan 10, 2022
1 parent 9f3b848 commit 3a330a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.36.0](https://github.com/auth0/auth0-java/tree/1.36.0) (2022-01-10)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.35.0...1.36.0)

**Fixed**
- [SDK-2975] Fix withOrganization method visibility on token verifier [\#388](https://github.com/auth0/auth0-java/pull/388) ([jimmyjames](https://github.com/jimmyjames))
- remove warning for untyped requests [\#385](https://github.com/auth0/auth0-java/pull/385) ([pelletier197](https://github.com/pelletier197))

## [1.35.0](https://github.com/auth0/auth0-java/tree/1.35.0) (2021-10-20)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.34.1...1.35.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.35.0</version>
<version>1.36.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.35.0'
implementation 'com.auth0:auth0:1.36.0'
```


Expand Down

0 comments on commit 3a330a6

Please sign in to comment.