From 15452fcdbd93bdb3aed26f2e3fb0d86535d54b92 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 5 Oct 2018 16:04:46 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717d632..c5525c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to `swisnl/guzzle-fixture-handler` will be documented in thi Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [2.1.0] - 2018-10-05 + +### Added +- Added strict mode [#3](https://github.com/swisnl/php-http-fixture-client/pull/3) + ## [2.0.0] - 2018-09-05 This release changes the way URIs with GET-params are resolved to fixtures. GET-params are now separated with `&` and key/value pairs are combined with `=` instead of `-`. Besides that, more characters are allowed in the filename. Please see the updated [README](https://github.com/swisnl/php-http-fixture-client/blob/master/README.md) and pull request [#2](https://github.com/swisnl/php-http-fixture-client/pull/2) for more information.