Skip to content

Commit

Permalink
Prepare for release of gem version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed May 2, 2024
1 parent 7318823 commit 9114040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

Major changes to Geocoder for each release. Please see the Git log for complete list of changes.

1.8.3 (2024 May 2)
-------------------
* Add support for IP2Location LITE lookup (thanks github.com/ip2location).
* Add support for PDOK NL lookup (thanks github.com/opensourceame).
* Remove support for Data Science Toolkit lookup (defunct).

1.8.2 (2023 Jul 4)
-------------------
* Add support for PC Miler lookup (thanks github.com/alexdean).
Expand Down
2 changes: 1 addition & 1 deletion lib/geocoder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geocoder
VERSION = "1.8.2"
VERSION = "1.8.3"
end

0 comments on commit 9114040

Please sign in to comment.