From ce094e7c2a842801b31c9fdda90ac97553b25bcb Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 3 May 2017 19:51:42 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd21bc..cc00cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,23 @@ # CHANGE LOG +## V1.3.0 (2017-05-03) + +- Fix wrong translations (#16) + ## V1.2.1 (2016-10-04) - Fix an issue where lower case Canton abbreviations throws an error [#11](https://github.com/stefanzweifel/php-swiss-cantons/issues/11) - Fix an issue where Zipcodes passed as a Strings throws an error [#12](https://github.com/stefanzweifel/php-swiss-cantons/issues/12) -## V1.2.0 (2016-09-16) +## V1.2.0 (2016-09-16) - Remove `tightenco/collect` as a dependency and switch to good old `array_filter` -## V1.1.0 (2016-09-16) +## V1.1.0 (2016-09-16) - Add `getByZipcode` -## V1.0.0 (2016-07-14) +## V1.0.0 (2016-07-14) - Add Changelog - Update Readme