diff --git a/CHANGELOG.md b/CHANGELOG.md index 124b24a..45ae000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 1.2.0 - 2018-08-02 + +### Added +- You can now return the string response instead of parsed JSON + ## 1.1.2 - 2018-04-16 ### Changed diff --git a/composer.json b/composer.json index 6fbffae..903010c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lukeyouell/craft-fetch", "description": "Utilise the Guzzle HTTP client from within your Craft templates.", "type": "craft-plugin", - "version": "1.1.2", + "version": "1.2.0", "keywords": [ "craft", "cms",