diff --git a/.changeset/solid-gifts-dig.md b/.changeset/solid-gifts-dig.md deleted file mode 100644 index 823e163f..00000000 --- a/.changeset/solid-gifts-dig.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Add support for setting audience in the OIDC_AUDIENCE environment variable diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md index 12495d95..00d21859 100644 --- a/packages/oidc-auth/CHANGELOG.md +++ b/packages/oidc-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/oidc-auth +## 1.6.0 + +### Minor Changes + +- [#1010](https://github.com/honojs/middleware/pull/1010) [`e6160a2f94d65b1a72df06b667b8c8d0c21d00e5`](https://github.com/honojs/middleware/commit/e6160a2f94d65b1a72df06b667b8c8d0c21d00e5) Thanks [@wayofthepie](https://github.com/wayofthepie)! - Add support for setting audience in the OIDC_AUDIENCE environment variable + ## 1.5.0 ### Minor Changes diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index 2dc8f746..b929955d 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oidc-auth", - "version": "1.5.0", + "version": "1.6.0", "description": "OpenID Connect Authentication middleware for Hono", "type": "module", "main": "dist/index.js",