Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v0rr committed Jul 14, 2023
1 parent 11b35a2 commit d0ac8b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.7.0] - 2023-07-14

### Changed
- Refactored support for user profile updates
- Attribute groups are now allowed in the `userProfile` property in json import. The format to import User Declarative Profile attributes (and attribute groups) has slightly changed. To migrate to the new format:
Expand Down Expand Up @@ -688,7 +690,8 @@ A lot of import properties are added over the years. this major release of keycl

<!-- @formatter:off -->

[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.6.1...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.7.0...HEAD
[5.7.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.6.1...v5.7.0
[5.6.1]: https://github.com/adorsys/keycloak-config-cli/compare/v5.6.0...v5.6.1
[5.6.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.5.0...v5.6.0
[5.5.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.4.0...v5.5.0
Expand Down
4 changes: 2 additions & 2 deletions contrib/charts/keycloak-config-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: keycloak-config-cli
description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
home: https://github.com/adorsys/keycloak-config-cli
version: 5.6.2-SNAPSHOT
appVersion: 5.6.2-SNAPSHOT
version: 5.7.0
appVersion: 5.7.0
maintainers:
- name: jkroepke
email: joe@adorsys.de
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>de.adorsys.keycloak</groupId>
<artifactId>keycloak-config-cli</artifactId>
<packaging>jar</packaging>
<version>5.6.2-SNAPSHOT</version>
<version>5.7.0</version>

<name>keycloak-config-cli</name>
<url>https://github.com/adorsys/keycloak-config-cli</url>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git://github.com/adorsys/keycloak-config-cli.git</connection>
<developerConnection>scm:git:ssh://git@github.com/keycloak-config-cli.git</developerConnection>
<url>https://github.com/adorsys/keycloak-config-cli</url>
<tag>HEAD</tag>
<tag>v5.7.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit d0ac8b1

Please sign in to comment.