diff --git a/CHANGELOG.md b/CHANGELOG.md index f60889b3c..5f1fc7af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.14.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.13.0...v0.14.0) (2024-04-30) + + +### Features + +* add error handling for login flow WD-10252 ([f96567e](https://github.com/canonical/identity-platform-login-ui/commit/f96567e7901b8b41c9b5cabff09bf49139a8ddc8)) +* return common errors to ui ([5828a6a](https://github.com/canonical/identity-platform-login-ui/commit/5828a6a28e6b36dd45ae53a5bdee7ec8d895848f)) +* support password method ([f8842f0](https://github.com/canonical/identity-platform-login-ui/commit/f8842f0d7edc386c8ac7a29064c48487facb65e9)) + + +### Bug Fixes + +* fix path ([e7ffc03](https://github.com/canonical/identity-platform-login-ui/commit/e7ffc03d718fb7507de3c162009b54ea2ed8b595)) +* password login method WD-10252 ([1e98e09](https://github.com/canonical/identity-platform-login-ui/commit/1e98e094dd37e1e2865848ed3794e09f227db3ce)) +* use relative path for callback ([4aa6c83](https://github.com/canonical/identity-platform-login-ui/commit/4aa6c83ea98ce0905f23e60626258dafade874cc)) + ## [0.13.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.12.0...v0.13.0) (2024-04-16) diff --git a/internal/version/const.go b/internal/version/const.go index a2d1d4de9..a669c017c 100644 --- a/internal/version/const.go +++ b/internal/version/const.go @@ -1,3 +1,3 @@ package version -const Version = "0.13.0" // x-release-please-version +const Version = "0.14.0" // x-release-please-version diff --git a/rockcraft.yaml b/rockcraft.yaml index 471e061aa..9c813d21e 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.13.0' # x-release-please-version +version: '0.14.0' # x-release-please-version summary: Canonical Identity platform login UI description: | This is the Canonical Identity platform login UI used for connecting