Skip to content

Commit eeb348a

Browse files
chore(release): cut Identus Keycloak plugin 0.2.0 release
# [0.2.0](v0.1.0...v0.2.0) (2024-07-03) ### Features * make a nonce in a token response optional ([#8](#8)) ([4d97730](4d97730))
1 parent 4d97730 commit eeb348a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.2.0](https://github.com/hyperledger/identus-keycloak-plugins/compare/v0.1.0...v0.2.0) (2024-07-03)
2+
3+
4+
### Features
5+
6+
* make a nonce in a token response optional ([#8](https://github.com/hyperledger/identus-keycloak-plugins/issues/8)) ([4d97730](https://github.com/hyperledger/identus-keycloak-plugins/commit/4d977308d14358616a0577834714bbad290f9729))
7+
18
# [0.1.0](https://github.com/hyperledger/identus-keycloak-plugins/compare/v0.0.0...v0.1.0) (2024-06-12)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
]
5858
]
5959
},
60-
"version": "0.1.0"
60+
"version": "0.2.0"
6161
}

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.1.0-SNAPSHOT"
1+
ThisBuild / version := "0.2.0-SNAPSHOT"

0 commit comments

Comments
 (0)