Skip to content

Commit

Permalink
Release 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Apr 19, 2022
1 parent 01d92b9 commit 6370d4e
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.41.0](https://github.com/auth0/auth0-java/tree/1.41.0) (2022-04-19)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.40.2...1.41.0)

**Fixed**
- Do not cast error values to String [\#421](https://github.com/auth0/auth0-java/pull/421) ([jimmyjames](https://github.com/jimmyjames))
- Fix double-encoding of log event filter query param [\#420](https://github.com/auth0/auth0-java/pull/420) ([jimmyjames](https://github.com/jimmyjames))

## [1.40.2](https://github.com/auth0/auth0-java/tree/1.40.2) (2022-04-07)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.40.1...1.40.2)

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.40.2</version>
<version>1.41.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.40.2'
implementation 'com.auth0:auth0:1.41.0'
```


Expand Down

0 comments on commit 6370d4e

Please sign in to comment.