Skip to content

Commit

Permalink
ci: release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canonical-iam committed Aug 9, 2024
1 parent 3c8bbb3 commit ba82b66
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.16.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.15.0...v0.16.0) (2024-08-09)


### Features

* add MFA_ENABLED to enable/disable mfa enforcing + KRATOS_ADMIN_URL ([511e2a2](https://github.com/canonical/identity-platform-login-ui/commit/511e2a2edb9b1c607650486737835412919147fd))
* implement method to check if totp is configured ([22c063e](https://github.com/canonical/identity-platform-login-ui/commit/22c063eb7fd63d056cc2149ac7f4c52c6b0b22fc))
* implement mfa enforcing ([7ff6496](https://github.com/canonical/identity-platform-login-ui/commit/7ff6496be73c5ff5fbc82597c9e700f385cb57ef))
* implement MFA enforcing for getConsent ([a17d0ae](https://github.com/canonical/identity-platform-login-ui/commit/a17d0aeb73352dc578a260d223abfac96b439aab))


### Bug Fixes

* pass request context to service ([0398690](https://github.com/canonical/identity-platform-login-ui/commit/0398690adc7f354100f82ba3fc911795e3806d6e))
* redirection in case session is available ([b71ab84](https://github.com/canonical/identity-platform-login-ui/commit/b71ab841f1ac135d9b533e817cdcc73aaf79a572))

## [0.15.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.14.0...v0.15.0) (2024-07-29)


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.15.0" // x-release-please-version
const Version = "0.16.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: [email protected]
version: '0.15.0' # x-release-please-version
version: '0.16.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 ba82b66

Please sign in to comment.