Skip to content

Commit

Permalink
Merge pull request #410 from Temikus/release_170
Browse files Browse the repository at this point in the history
Release 1.7.0 🚀
  • Loading branch information
icco authored Aug 19, 2018
2 parents 490b3e4 + f030538 commit fa2e560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Next release
## 1.7.0

### User-facing

#### Added

- \#409 Support query parameters in `Fog::Storage::Google` GET requests [stanhu]
- \#394 Add some helper methods to `Fog::Compute::Google::Server` [temikus]
- `.private_ip_address`
- `.stopped?`
- \#375 Add timeout options to `Fog::Storage::GoogleJSON` client [dosuken123]

#### Changed

Expand All @@ -24,6 +26,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

#### Added

- \#409 Expand `Fog::Storage::Google` unit tests [stanhu]
- \#370 Introducing test coverage back, integrating with codecov.io [temikus]
- \#373 Increase integration test coverage. [temikus]
- Add Firewall factory and tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/google/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Google
VERSION = "1.6.0".freeze
VERSION = "1.7.0".freeze
end
end

0 comments on commit fa2e560

Please sign in to comment.