Skip to content

Commit

Permalink
Prepare for gem release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Jan 6, 2020
1 parent a3189e0 commit 884befd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
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.6.0 (2020 Jan 6)
-------------------
* Drop support for Rails 3.x.
* Add support for :osmnames lookup (thanks github.com/zacviandier).
* Add support for :ipgeolocation IP lookup (thanks github.com/ahsannawaz111).

1.5.2 (2019 Oct 3)
-------------------
* Add support for :ipregistry lookup (thanks github.com/ipregistry).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-11 Alex Reisner
Copyright (c) 2009-2020 Alex Reisner

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,4 @@ For all contributions, please respect the following guidelines:
* 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.


Copyright :copyright: 2009-19 Alex Reisner, released under the MIT license.
Copyright :copyright: 2009-2020 Alex Reisner, released under the MIT license.
2 changes: 1 addition & 1 deletion README_API_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,4 +579,4 @@ You must add either the *[hive_geoip2](https://rubygems.org/gems/hive_geoip2)* g
)


Copyright (c) 2009-18 Alex Reisner, released under the MIT license.
Copyright (c) 2009-2020 Alex Reisner, released under the MIT license.
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.5.2"
VERSION = "1.6.0"
end

0 comments on commit 884befd

Please sign in to comment.