Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and VeryStrongFingers committed Feb 29, 2024
1 parent 4be667b commit cb7efb6
Show file tree
Hide file tree
Showing 2 changed files with 18 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.2"
".": "1.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.0](https://github.com/enum-gg/caddy-discord/compare/v1.1.2...v1.2.0) (2024-02-29)


### Features

* Support OAuth callback and authentication when using multiple domains ([fd54fe3](https://github.com/enum-gg/caddy-discord/commit/fd54fe389733af453eb2260f914d93547e60c0c2))


### 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))
* Role checking & improved JWT Signing with an ephemeral key instead of user-provided information ([4be667b](https://github.com/enum-gg/caddy-discord/commit/4be667bceafc61b638be34bdd56fc6cdfdbe6889))
* Role checking will actually check the role now ([e5949d9](https://github.com/enum-gg/caddy-discord/commit/e5949d943805e10bdbaefbdffa2fbb273b52e11a))

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


Expand Down

0 comments on commit cb7efb6

Please sign in to comment.