diff --git a/CHANGELOG.md b/CHANGELOG.md index ab93f65..1998e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.32 - 2024-08-29 + +### Fixed +- Fix Constant Contact client not working. + ## 1.0.31 - 2024-08-27 ### Fixed diff --git a/composer.json b/composer.json index c4bdfbf..6a29353 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.31", + "version": "1.0.32", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/auth/issues?state=open",