Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 26, 2024
1 parent 1164000 commit 4e75e16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.2](https://github.com/enum-gg/caddy-discord/compare/v1.1.1...v1.1.2) (2024-01-26)


### Bug Fixes

* Authorisation when using roles would cease after first role check ([43fbe4e](https://github.com/enum-gg/caddy-discord/commit/43fbe4ecf894aa40d1d2d878a4bbff62198097c7))
* JWT Signing key will use hashed Discord App Client ID to prevent breaking on server reboot ([1b3219f](https://github.com/enum-gg/caddy-discord/commit/1b3219f164f7157cbcf90a9bc084c4b694e28dbe))
* Remove stale token from goreleaser workflow ([b8ea22c](https://github.com/enum-gg/caddy-discord/commit/b8ea22c16f444c3bf25768f5af7503b9a2e751ef))
* return a 401 HTTP Response on auth fail instead of looping OAuth forever ([8886d2c](https://github.com/enum-gg/caddy-discord/commit/8886d2c635c3ee779ad44006977b277b8ccaeb5b))

## [1.1.1](https://github.com/enum-gg/caddy-discord/compare/v1.1.0...v1.1.1) (2023-08-11)


Expand Down

0 comments on commit 4e75e16

Please sign in to comment.