Skip to content

Commit

Permalink
Bumping semver. See changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankopf committed Jan 24, 2023
1 parent b4ffef9 commit 14a29d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.14.0

* Introduced NoSuchGeocoderError. If you try call a geocoder like :bogus that doesn't exist, an error will be returned.
* Upgraded to coveralls_reborn
* Replaced deprecated URI.escape with CGI.escape
* Fixed old mocha incompatability, now calls mocha/test_unit and not mocha/setup
* Bumped minimum Ruby version

## 1.13.1

**Existing Geocoder Changes**
Expand Down
2 changes: 1 addition & 1 deletion lib/geokit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geokit
VERSION = '1.13.1'
VERSION = '1.14.0'
end

0 comments on commit 14a29d2

Please sign in to comment.