diff --git a/CHANGELOG.md b/CHANGELOG.md index a20d714..f1c7400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ ## UNRELEASED -* Adds translation strings. * Use `self.apos.root.import` instead of `self.apos.root.require`. * `enablePassportStrategies` is now async. +## 1.2.1 (2024-10-03) + +* Adds translation strings. + ## 1.2.0 - 2023-06-08 * Support for making "connections" to secondary accounts. For instance, a user whose primary account login method is email can connect @@ -14,7 +17,7 @@ their account to a github account when the appropriate features are active as de pass it on to the strategy in both ways, as well as to both the login and callback routes. This allows `passport-github2` to capture the user's private email address correctly, and should help with other differences between strategies as well. * Back to using upstream `passport-oauth2-refresh` now that our PR has been accepted (thanks). - + ## 1.2.0-alpha.4 - 2023-04-07 * More dependency games. diff --git a/package.json b/package.json index 1de9ef0..9f48b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apostrophecms/passport-bridge", - "version": "1.2.0", + "version": "1.2.1", "description": "Passport.js authentication for Apostrophe", "main": "index.js", "scripts": { @@ -30,4 +30,4 @@ "humanname": "^0.2.2", "passport-oauth2-refresh": "^2.2.0" } -} +} \ No newline at end of file