Skip to content

Commit 6ddec74

Browse files
Merge pull request #508 from canonical/release-please--branches--main
ci: release 1.22.1
2 parents 8ddf9a1 + cd7974b commit 6ddec74

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.22.1](https://github.com/canonical/identity-platform-admin-ui/compare/v1.22.0...v1.22.1) (2024-12-12)
4+
5+
6+
### Bug Fixes
7+
8+
* addressing CVE-2024-45337 ([a53fc20](https://github.com/canonical/identity-platform-admin-ui/commit/a53fc2048d683fb3b9e5cc23b494a40fdbe00d58)), closes [#505](https://github.com/canonical/identity-platform-admin-ui/issues/505)
9+
310
## [1.22.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.21.0...v1.22.0) (2024-12-04)
411

512

internal/version/const.go

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

44
package version
55

6-
const Version = "1.22.0" // x-release-please-version
6+
const Version = "1.22.1" // x-release-please-version

rockcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: identity-platform-admin-ui
22

33
base: bare
44
build-base: ubuntu@22.04
5-
version: '1.22.0' # x-release-please-version
5+
version: '1.22.1' # x-release-please-version
66
summary: Canonical Identity platform Admin UI
77
description: |
88
This is the Canonical Identity platform admin UI used for connecting

0 commit comments

Comments
 (0)