diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c9e4f..531b3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.10](#1.1.10) - 2016-09-12 +### Fixed +- Fixed method PUT not having a http body bug. [#26](https://github.com/cloudflare/cloudflare-plugin-backend/pull/26) + ## [1.1.9](#1.1.9) - 2016-09-12 ### Fixed - Fixed bugs in Guzzle3 and backend which didn't work with PHP 5.3. [#25](https://github.com/cloudflare/cloudflare-plugin-backend/pull/25) diff --git a/composer.json b/composer.json index 1ec558f..4af03e1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cloudflare/cloudflare-plugin-backend", "description": "A PHP backend for CloudFlare plugins.", "license": "BSD-3-Clause", - "version": "1.1.9", + "version": "1.1.10", "scripts": { "test": "vendor/bin/phpunit", "format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/"