diff --git a/CHANGELOG.md b/CHANGELOG.md index 4356315..ab93f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.31 - 2024-08-27 + +### Fixed +- Add conditional for Twitter `code_verifier` check to prevent errors when already supplied. + ## 1.0.30 - 2024-08-09 ### Fixed diff --git a/composer.json b/composer.json index fcbd680..c4bdfbf 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": "1.0.30", + "version": "1.0.31", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/auth/issues?state=open",