diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e69423..27b6b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.12 - 2024-08-27 + +### Fixed +- Add conditional for Twitter `code_verifier` check to prevent errors when already supplied. +- Fix an error with token values not being typed correctly. + ## 2.0.11 - 2024-08-09 ### Fixed diff --git a/composer.json b/composer.json index d47e58a..02036d5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "verbb/auth", "description": "A Craft CMS module to make working with authentication for third-parties a breeze.", - "version": "2.0.11", + "version": "2.0.12", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/auth/issues?state=open",