Skip to content

Commit 5978115

Browse files
committed
Release 1.45.0
1 parent 76b5849 commit 5978115

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

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+
## [1.45.0](https://github.com/auth0/auth0-java/tree/1.45.0) (2023-04-28)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...1.45.0)
5+
6+
**Added**
7+
- Add support for Pushed Authorization Requests [\#451](https://github.com/auth0/auth0-java/pull/531) ([jimmyjames](https://github.com/jimmyjames))
8+
39
## [1.44.2](https://github.com/auth0/auth0-java/tree/1.44.2) (2023-01-11)
410
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.1...1.44.2)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Add the dependency via Maven:
3333
<dependency>
3434
<groupId>com.auth0</groupId>
3535
<artifactId>auth0</artifactId>
36-
<version>1.44.2</version>
36+
<version>1.45.0</version>
3737
</dependency>
3838
```
3939

4040
or Gradle:
4141

4242
```gradle
43-
implementation 'com.auth0:auth0:1.44.2'
43+
implementation 'com.auth0:auth0:1.45.0'
4444
```
4545

4646
### Configure the SDK

0 commit comments

Comments
 (0)