Skip to content

Commit

Permalink
Prepare v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Jul 19, 2023
1 parent f09bb28 commit 3cdb037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_PREVIOUS_TAG: ${{ vars.GORELEASER_PREVIOUS_TAG }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.5.0] - 2023-07-20

### Added

- Added the possibility to authenticate against Hydra Admin API using custom `Authorization` header.

- Added back/front-channel logout arguments. Thanks to @agouil.

### Changed

- The provider is now built with Go 1.20.
Expand Down

0 comments on commit 3cdb037

Please sign in to comment.