Skip to content

Commit

Permalink
Merge pull request #261 from swcraig/cut-1.1.1
Browse files Browse the repository at this point in the history
Cut 1.1.1
  • Loading branch information
swcraig authored May 8, 2018
2 parents 7a179d2 + fd96d4b commit c3e58fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
2 changes: 1 addition & 1 deletion lib/carmen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Carmen
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit c3e58fe

Please sign in to comment.