diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c3628..9f50ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.0.13 - 2024-08-29 + +### Fixed +- Fix Constant Contact client not working. + ## 2.0.12 - 2024-08-27 ### Fixed diff --git a/composer.json b/composer.json index 02036d5..0fcb022 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.12", + "version": "2.0.13", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/auth/issues?state=open",