Skip to content

Commit c3e58fe

Browse files
authored
Merge pull request #261 from swcraig/cut-1.1.1
Cut 1.1.1
2 parents 7a179d2 + fd96d4b commit c3e58fe

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
### master (unreleased)
22

3+
### 1.1.1 (May 7, 2018)
4+
* [#250](https://github.com/carmen-ruby/carmen/pull/250) Add better fuzzy
5+
searching when using `Querying#named`. Calling this method with `fuzzy:
6+
true` does better with dashes, apostrophes, and spaces ([@raj](https://github.com/raj))
7+
38
##### Geographic Modifications
4-
* [#256](https://github.com/carmen-ruby/carmen/pull/256) Fix brazilian regions - Remove `Fernando de Noronha` ([@guicruzzs](https://github.com/guicruzzs))
9+
* [#256](https://github.com/carmen-ruby/carmen/pull/256) Fix Brazilian regions - remove `Fernando de Noronha` ([@guicruzzs](https://github.com/guicruzzs))
10+
* [#252](https://github.com/carmen-ruby/carmen/pull/252) Update Kenya
11+
subregions to match ISO standard ([@gyarra](https://github.com/gyarra))
12+
* [#249](https://github.com/carmen-ruby/carmen/pull/249) Rename Mexico's
13+
Distrito Federal and make it a state
14+
([@jtapia](https://github.com/jtapia))
515
* [#247](https://github.com/carmen-ruby/carmen/pull/247) Fix New Zealand regions
616
to match 2015-11-27 ISO correction ([@louim](https://github.com/louim))
717

lib/carmen/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Carmen
2-
VERSION = '1.1.0'
2+
VERSION = '1.1.1'
33
end

0 commit comments

Comments
 (0)