diff --git a/.craftplugin b/.craftplugin index e7d3a9b..cade62a 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1,7 +1,7 @@ { "pluginName": "Craft reCAPTCHA", "pluginDescription": "Integrate Google’s reCAPTCHA into your forms.", - "pluginVersion": "1.5.1", + "pluginVersion": "1.5.2", "pluginAuthorName": "Matt West", "pluginVendorName": "mattwest", "pluginAuthorUrl": "https://mattwest.design", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1d9f8..00c7791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.5.2 - 2021-06-01 +### Added +- Added Guzzle 7 compatibility. (Thanks [bossanova808](https://github.com/bossanova808)!) + ## 1.5.1 - 2020-12-07 ### Added - Added German translation. (Thanks [MDXDave](https://github.com/MDXDave)!) diff --git a/composer.json b/composer.json index 5101725..a11b065 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "matt-west/craft-recaptcha", "description": "Integrate Google’s reCAPTCHA into your forms.", "type": "craft-plugin", - "version": "1.5.1", + "version": "1.5.2", "keywords": [ "craft", "cms",