Skip to content

Commit c518b54

Browse files
authored
Release 1.44.0 (#463)
1 parent 80f762e commit c518b54

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.44.0](https://github.com/auth0/auth0-java/tree/1.44.0) (2022-10-20)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.43.0...1.44.0)
5+
6+
**Added**
7+
- Integrate ship orb [\#458](https://github.com/auth0/auth0-java/pull/458) ([jimmyjames](https://github.com/jimmyjames))
8+
- [SDK-2558] Add support for tenant session cookie [\#457](https://github.com/auth0/auth0-java/pull/457) ([jimmyjames](https://github.com/jimmyjames))
9+
- Support stage property on Breached Password Detection [\#456](https://github.com/auth0/auth0-java/pull/456) ([ewanharris](https://github.com/ewanharris))
10+
11+
**Changed**
12+
- Update to Gradle 6.9.2 [\#455](https://github.com/auth0/auth0-java/pull/455) ([jimmyjames](https://github.com/jimmyjames))
13+
314
## [1.43.0](https://github.com/auth0/auth0-java/tree/1.43.0) (2022-09-19)
415
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.42.0...1.43.0)
516

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>auth0</artifactId>
19-
<version>1.43.0</version>
19+
<version>1.44.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
implementation 'com.auth0:auth0:1.43.0'
26+
implementation 'com.auth0:auth0:1.44.0'
2727
```
2828

2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
version = "1.43.0"
2+
version = "1.44.0"
33
}
44

55
plugins {

0 commit comments

Comments
 (0)