Skip to content

Commit

Permalink
ci: release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canonical-iam committed Dec 7, 2023
1 parent ed2c72a commit 4e05718
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.12.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.11.3...v0.12.0) (2023-12-07)


### Features

* Add authorization logic for allowed providers ([5da85b7](https://github.com/canonical/identity-platform-login-ui/commit/5da85b785a49e11600ce8f342c80ecd20bbd38bf))
* Add authorizer struct ([c6170a2](https://github.com/canonical/identity-platform-login-ui/commit/c6170a209c49003dbf19ff277a0d2b3e1b268a53))
* Add openfga client ([8628fa6](https://github.com/canonical/identity-platform-login-ui/commit/8628fa6a41805519cc99b4aaea94d3f857d7079e))


### Bug Fixes

* update ui ([e862475](https://github.com/canonical/identity-platform-login-ui/commit/e8624753928602ff5664d8bdc601705c2a2cdb76))

## [0.11.3](https://github.com/canonical/identity-platform-login-ui/compare/v0.11.2...v0.11.3) (2023-11-01)


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.11.3" // x-release-please-version
const Version = "0.12.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.11.3' # x-release-please-version
version: '0.12.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 4e05718

Please sign in to comment.