From a4bd4f2a3535d066c31883390a51296ead851575 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 5 Oct 2018 15:55:55 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46d0aa..5eff10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to `swisnl/php-http-fixture-client` will be documented in th 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.