From 62e126a78eba07781a77637364d61cb8f1fac072 Mon Sep 17 00:00:00 2001 From: Jarno van Leeuwen Date: Wed, 31 Oct 2018 08:38:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d3b74..aa0aa2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.2.2] - 2018-10-31 +### Changed +- All Guzzle-related exceptions are now turned into a `RequestException`. + ## [0.2.1] - 2018-09-27 ### Changed - Trace ID of requests is now included in exception messages. ([#3](https://github.com/jarnovanleeuwen/php-tikkie/pull/3))