Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinwills committed Jul 13, 2018
1 parent c4b47cd commit 69b107a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion google_places.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]']
Expand Down

0 comments on commit 69b107a

Please sign in to comment.