Skip to content

Commit bc81f47

Browse files
authored
Merge pull request #99 from STARTcloud/release-please--branches--main--components--armor
chore(main): release 1.16.2
2 parents 1106624 + a840e85 commit bc81f47

6 files changed

Lines changed: 13 additions & 6 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.16.1"
2+
".": "1.16.2"
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.16.2](https://github.com/STARTcloud/armor/compare/v1.16.1...v1.16.2) (2025-10-05)
4+
5+
6+
### Bug Fixes
7+
8+
* backchannel logout verification via jose sinece openid-client won't support this, including sub in jwt token generation for revocation to work ([1106624](https://github.com/STARTcloud/armor/commit/1106624dc7e497633cd1eb2b8aa03b2b7e992e39))
9+
310
## [1.16.1](https://github.com/STARTcloud/armor/compare/v1.16.0...v1.16.1) (2025-10-05)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armor",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"description": "ARMOR Reliably Manages Online Resources",
55
"license": "GPL-3.0",
66
"type": "module",

packaging/config/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.16.1
1+
version: 1.16.2

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armor-frontend",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"private": true,
55
"license": "GPL-3.0",
66
"description": "Armor Web Interface",

0 commit comments

Comments
 (0)