Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
release: 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.0...v8.0.0) (2020-07-06)

### Features

* adapt codebase to changes in Keycloak 10.0.2 ([832cde8](832cde8))

### BREAKING CHANGES

* Only works with Keycloak 10.x
  • Loading branch information
jenkins-releaser committed Jul 6, 2020
1 parent 832cde8 commit 62eb83f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [8.0.0](https://github.com/Leadformance/keycloak-protocol-cas/compare/v7.0.0...v8.0.0) (2020-07-06)


### Features

* adapt codebase to changes in Keycloak 10.0.2 ([832cde8](https://github.com/Leadformance/keycloak-protocol-cas/commit/832cde83cb86ac5558475da521d843cbfd9ec31b))


### BREAKING CHANGES

* Only works with Keycloak 10.x
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'java'
apply plugin: 'jacoco'

group 'corg.keycloak'
version '7.0.0'
version '8.0.0'
description 'Keycloak CAS Protocol'

sourceCompatibility = 1.8
Expand Down

0 comments on commit 62eb83f

Please sign in to comment.