Skip to content

Commit b5ac614

Browse files
chore(main): release java-sdk 1.1.0 (#322)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com>
1 parent 9716b64 commit b5ac614

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.65"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/descope/descope-java/compare/java-sdk-1.0.65...java-sdk-1.1.0) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* add IDPResponse to AuthenticationInfo for SSO exchange ([#321](https://github.com/descope/descope-java/issues/321)) ([9716b64](https://github.com/descope/descope-java/commit/9716b640151418a427272f159cb36419afb35e0a))
9+
310
## [1.0.65](https://github.com/descope/descope-java/compare/java-sdk-1.0.64...java-sdk-1.0.65) (2026-04-20)
411

512

examples/check-pwd-policy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.descope</groupId>
66
<artifactId>check-pwd-policy</artifactId>
7-
<version>1.0.65</version>
7+
<version>1.1.0</version>
88

99
<properties>
1010
<maven.compiler.release>17</maven.compiler.release>

examples/management-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.descope</groupId>
66
<artifactId>management-cli</artifactId>
7-
<version>1.0.65</version>
7+
<version>1.1.0</version>
88

99
<properties>
1010
<maven.compiler.source>17</maven.compiler.source>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.descope</groupId>
44
<artifactId>java-sdk</artifactId>
55
<modelVersion>4.0.0</modelVersion>
6-
<version>1.0.65</version>
6+
<version>1.1.0</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>Java library used to integrate with Descope.</description>
99
<url>https://github.com/descope/descope-java</url>

0 commit comments

Comments
 (0)