Skip to content

Commit 9114040

Browse files
committed
Prepare for release of gem version 1.8.3
1 parent 7318823 commit 9114040

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

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

6+
1.8.3 (2024 May 2)
7+
-------------------
8+
* Add support for IP2Location LITE lookup (thanks github.com/ip2location).
9+
* Add support for PDOK NL lookup (thanks github.com/opensourceame).
10+
* Remove support for Data Science Toolkit lookup (defunct).
11+
612
1.8.2 (2023 Jul 4)
713
-------------------
814
* Add support for PC Miler lookup (thanks github.com/alexdean).

lib/geocoder/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geocoder
2-
VERSION = "1.8.2"
2+
VERSION = "1.8.3"
33
end

0 commit comments

Comments
 (0)