diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1fc7af8..eb30d0f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.15.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.14.0...v0.15.0) (2024-06-20) + + +### Features + +* add settings flow ([fcbd7ec](https://github.com/canonical/identity-platform-login-ui/commit/fcbd7eceb246403c2c892f8b7fa8a2609b24f795)) +* settings flow ([d6770c8](https://github.com/canonical/identity-platform-login-ui/commit/d6770c8e4604f33936daa6f61576e94957dffe48)) +* support account recovery ([5fe26e5](https://github.com/canonical/identity-platform-login-ui/commit/5fe26e5e4918033fa1a8088d5442cf136fbc2372)) + + +### Bug Fixes + +* group -> parent/child relationship + add spaces for readability ([da553c4](https://github.com/canonical/identity-platform-login-ui/commit/da553c46155e078dd241a8366e547f349285447f)) +* handle invalid code case ([bbfb9f1](https://github.com/canonical/identity-platform-login-ui/commit/bbfb9f12ab93587b41f29f2507dd488c3c0fd972)) +* handle invalid recovery code case (wip) ([c60343a](https://github.com/canonical/identity-platform-login-ui/commit/c60343a14f95df240988fd0df1df7da9e6e895a9)) +* pass cookie when creating settings flow to enable password change once logged in ([0fc9bfc](https://github.com/canonical/identity-platform-login-ui/commit/0fc9bfc2d6d5ce9a72d1cd51e93063b2d4c6b9b7)) +* return to url with flow id ([39d299c](https://github.com/canonical/identity-platform-login-ui/commit/39d299c72d21a9814e054b6314db69eb43f60644)) +* update docker compose ([533a70c](https://github.com/canonical/identity-platform-login-ui/commit/533a70caee68fd0028f29510a510fcce9d306584)) + ## [0.14.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.13.0...v0.14.0) (2024-04-30) diff --git a/internal/version/const.go b/internal/version/const.go index a669c017c..143e23459 100644 --- a/internal/version/const.go +++ b/internal/version/const.go @@ -1,3 +1,3 @@ package version -const Version = "0.14.0" // x-release-please-version +const Version = "0.15.0" // x-release-please-version diff --git a/rockcraft.yaml b/rockcraft.yaml index 9c813d21e..51c798846 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -2,7 +2,7 @@ name: identity-platform-login-ui base: bare build-base: ubuntu@22.04 -version: '0.14.0' # x-release-please-version +version: '0.15.0' # x-release-please-version summary: Canonical Identity platform login UI description: | This is the Canonical Identity platform login UI used for connecting