Skip to content

Commit

Permalink
ci: release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canonical-iam committed Feb 20, 2024
1 parent 38e4700 commit e6f94bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.6.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.5.0...v1.6.0) (2024-02-20)


### Features

* authorization middleware based on openFGA ([8f2cb3e](https://github.com/canonical/identity-platform-admin-ui/commit/8f2cb3e4b0723d531704d2c68f4bbe6d07851efd))
* implement converters for each type of API ([09852b0](https://github.com/canonical/identity-platform-admin-ui/commit/09852b03626a05e9034bfe3641b0ca667801d992))
* passing openfga store and model id to admin service ([51f4fab](https://github.com/canonical/identity-platform-admin-ui/commit/51f4fab77a70c9a77a1661f88d64b5e0865a9c5e))


### Bug Fixes

* add command for creating an admin user ([50449a9](https://github.com/canonical/identity-platform-admin-ui/commit/50449a9e43f9a886f181014c3cbb8c8b9c576a5c))
* add command for removing an admin user ([2db3a08](https://github.com/canonical/identity-platform-admin-ui/commit/2db3a0885f35043d2963a194c5585f42ca94c172))

## [1.5.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.4.0...v1.5.0) (2024-01-26)


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

package version

const Version = "1.5.0" // x-release-please-version
const Version = "1.6.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-admin-ui

base: bare
build-base: [email protected]
version: '1.5.0' # x-release-please-version
version: '1.6.0' # x-release-please-version
summary: Canonical Identity platform Admin UI
description: |
This is the Canonical Identity platform admin UI used for connecting
Expand Down

0 comments on commit e6f94bc

Please sign in to comment.