From 52efc7152ef6d037592c4890c6fe6467edb93460 Mon Sep 17 00:00:00 2001 From: swcraig Date: Sat, 5 May 2018 12:31:23 -0700 Subject: [PATCH 1/2] Update CHANGELOG for 1.1.1 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f6fdf0..6cc39157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ ### master (unreleased) +### 1.1.1 (May 7, 2018) +* [#250](https://github.com/carmen-ruby/carmen/pull/250) Add better fuzzy + searching when using `Querying#named`. Calling this method with `fuzzy: + true` does better with dashes, apostrophes, and spaces ([@raj](https://github.com/raj)) + ##### Geographic Modifications -* [#256](https://github.com/carmen-ruby/carmen/pull/256) Fix brazilian regions - Remove `Fernando de Noronha` ([@guicruzzs](https://github.com/guicruzzs)) +* [#256](https://github.com/carmen-ruby/carmen/pull/256) Fix Brazilian regions - remove `Fernando de Noronha` ([@guicruzzs](https://github.com/guicruzzs)) +* [#252](https://github.com/carmen-ruby/carmen/pull/252) Update Kenya + subregions to match ISO standard ([@gyarra](https://github.com/gyarra)) +* [#249](https://github.com/carmen-ruby/carmen/pull/249) Rename Mexico's + Distrito Federal and make it a state + ([@jtapia](https://github.com/jtapia)) * [#247](https://github.com/carmen-ruby/carmen/pull/247) Fix New Zealand regions to match 2015-11-27 ISO correction ([@louim](https://github.com/louim)) From fd96d4b17b14c0fb36bcc49719d159cb1281c058 Mon Sep 17 00:00:00 2001 From: swcraig Date: Sat, 5 May 2018 12:39:51 -0700 Subject: [PATCH 2/2] Cut 1.1.1 --- lib/carmen/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/carmen/version.rb b/lib/carmen/version.rb index f75d2bca..a59a1415 100644 --- a/lib/carmen/version.rb +++ b/lib/carmen/version.rb @@ -1,3 +1,3 @@ module Carmen - VERSION = '1.1.0' + VERSION = '1.1.1' end