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']