From 5ec9092371e08450d102011b037c29ed577426f7 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 5 Nov 2018 15:12:03 +0100 Subject: [PATCH 1/2] Update changelog for 2.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cec2e35..be413efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 2.1.0 - 2018-11-06 ### Added - Add new `excluded_exceptions` option in config (#123, thanks @mcfedr) - Add config for autowiring the client (#158, thanks @gander) From 784111ea7d53fc4d644996ab24e52a03f15026bd Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 5 Nov 2018 15:16:53 +0100 Subject: [PATCH 2/2] Fix release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be413efc..ee8888cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## 2.1.0 - 2018-11-06 +## 2.1.0 - 2018-11-05 ### Added - Add new `excluded_exceptions` option in config (#123, thanks @mcfedr) - Add config for autowiring the client (#158, thanks @gander)