Skip to content

Commit 884befd

Browse files
committed
Prepare for gem release 1.6.0.
1 parent a3189e0 commit 884befd

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.6.0 (2020 Jan 6)
7+
-------------------
8+
* Drop support for Rails 3.x.
9+
* Add support for :osmnames lookup (thanks github.com/zacviandier).
10+
* Add support for :ipgeolocation IP lookup (thanks github.com/ahsannawaz111).
11+
612
1.5.2 (2019 Oct 3)
713
-------------------
814
* Add support for :ipregistry lookup (thanks github.com/ipregistry).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-11 Alex Reisner
1+
Copyright (c) 2009-2020 Alex Reisner
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,4 +703,4 @@ For all contributions, please respect the following guidelines:
703703
* If your pull request is merged, please do not ask for an immediate release of the gem. There are many factors contributing to when releases occur (remember that they affect thousands of apps with Geocoder in their Gemfiles). If necessary, please install from the Github source until the next official release.
704704

705705

706-
Copyright :copyright: 2009-19 Alex Reisner, released under the MIT license.
706+
Copyright :copyright: 2009-2020 Alex Reisner, released under the MIT license.

README_API_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,4 @@ You must add either the *[hive_geoip2](https://rubygems.org/gems/hive_geoip2)* g
579579
)
580580

581581

582-
Copyright (c) 2009-18 Alex Reisner, released under the MIT license.
582+
Copyright (c) 2009-2020 Alex Reisner, released under the MIT license.

lib/geocoder/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geocoder
2-
VERSION = "1.5.2"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)