From 69b107a69717813e1210578e84ff1db17a801630 Mon Sep 17 00:00:00 2001 From: Edwin Wills Date: Fri, 13 Jul 2018 15:02:11 +0100 Subject: [PATCH] Version bump to 1.2.0 --- CHANGELOG.md | 7 +++++++ google_places.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f9b27..d45a23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.2.0 +### Added +- Add a region option to the `spots` and `spots_by_query` methods + +### Fixed +- Fix spots* method options leaking to other methods + ## 1.1.0 - Include the profile_photo_url attribute for the GooglePlaces::Review object diff --git a/google_places.gemspec b/google_places.gemspec index a5d291b..7429a1a 100644 --- a/google_places.gemspec +++ b/google_places.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'google_places' - s.version = '1.1.0' + s.version = '1.2.0' s.platform = Gem::Platform::RUBY s.authors = ['Marcel de Graaf'] s.email = ['mail@marceldegraaf.net']