diff --git a/.auri/$8h6jkpso.md b/.auri/$8h6jkpso.md deleted file mode 100644 index 9ce153642..000000000 --- a/.auri/$8h6jkpso.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/oauth" -type: "patch" ---- - -Update Keycloak provider to accept domain argument with protocol \ No newline at end of file diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 6c2aa7edc..867b535c8 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.5.2 + +### Patch changes + +- [#1337](https://github.com/lucia-auth/lucia/pull/1337) by [@AmruthPillai](https://github.com/AmruthPillai) : Update Keycloak provider to accept domain argument with protocol + ## 3.5.1 ### Patch changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 83ed630fc..072b4a68f 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.5.1", + "version": "3.5.2", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",