Skip to content

Commit

Permalink
Merge pull request #235 from canonical/release-please--branches--main
Browse files Browse the repository at this point in the history
ci: release 0.14.0
  • Loading branch information
canonical-iam committed Apr 30, 2024
2 parents 467c38d + 2978229 commit 14179cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

const Version = "0.13.0" // x-release-please-version
const Version = "0.14.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-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
Expand Down

0 comments on commit 14179cb

Please sign in to comment.