From 1c32bd826788a575ad5d3278c640499315a21e05 Mon Sep 17 00:00:00 2001 From: Edwin Wills Date: Fri, 9 Jun 2017 16:54:19 +0100 Subject: [PATCH] Bump the version to fix an accidentally included argument --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- google_places.gemspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0245e91..f8d8402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.34.1 + +- Remove new argument that was accidently added to the Review class + ## 0.34.0 - Added the option `details: true` to all methods that return a collection of spots diff --git a/Gemfile.lock b/Gemfile.lock index 1eb04ec..5b96166 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google_places (0.34.0) + google_places (0.34.1) httparty (>= 0.13.1, < 0.14.1) GEM diff --git a/google_places.gemspec b/google_places.gemspec index a1f97bc..c8b162c 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 = '0.34.0' + s.version = '0.34.1' s.platform = Gem::Platform::RUBY s.authors = ['Marcel de Graaf'] s.email = ['mail@marceldegraaf.net']