Skip to content

Commit

Permalink
ci: release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canonical-iam committed Jun 21, 2024
1 parent d627f82 commit 85b96ab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.11.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.10.0...v1.11.0) (2024-06-21)


### Features

* add encrypt implementation ([1a88aad](https://github.com/canonical/identity-platform-admin-ui/commit/1a88aadeb196f6827af41dbcd790cfc050ea3724))


### Bug Fixes

* typo in variable name ([4558fd0](https://github.com/canonical/identity-platform-admin-ui/commit/4558fd08646c109d87a0ac75f542812b7ac6adda))
* ui use react routers base path and add tests for base path calculation ([85da4c0](https://github.com/canonical/identity-platform-admin-ui/commit/85da4c0e9ae985671d562d30f277128f9f19108e))
* ui uses relative base path. in case /ui/ is found in the current page url, all urls and api routes use the found prefix from the path. If /ui/ is not found, fall back to / as the base path. Fixes [#317](https://github.com/canonical/identity-platform-admin-ui/issues/317) Fixes IAM-911 Fixes WD-12306 ([709399c](https://github.com/canonical/identity-platform-admin-ui/commit/709399ceb80bc42e6847312b124df09ca518b61e))
* unauthenticated handlers were called twice ([1d7ebb9](https://github.com/canonical/identity-platform-admin-ui/commit/1d7ebb9b8290639b156f2f09f85fe618c5b6bd12))

## [1.10.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.9.0...v1.10.0) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion internal/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

package version

const Version = "1.10.0" // x-release-please-version
const Version = "1.11.0" // x-release-please-version
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: identity-platform-admin-ui

base: bare
build-base: [email protected]
version: '1.10.0' # x-release-please-version
version: '1.11.0' # x-release-please-version
summary: Canonical Identity platform Admin UI
description: |
This is the Canonical Identity platform admin UI used for connecting
Expand Down

0 comments on commit 85b96ab

Please sign in to comment.