From 4d716bfd9c44fb9aa6097320dbd764de34094e39 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 29 Aug 2024 09:46:29 +1000 Subject: [PATCH] version 2.0.13 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",