Skip to content

Commit

Permalink
Merge pull request #358 from Temikus/release_150
Browse files Browse the repository at this point in the history
Release 1.5.0 🚀
  • Loading branch information
Temikus authored Jun 16, 2018
2 parents ecb51bd + 4b79dac commit 0a41690
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
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).

## Pending Release
## 1.5.0

### User-facing

#### Added

- \#348 Added Instance Group Manager and Instance Templates [bpaquet]

- `Fog::Compute::Google::InstanceGroupManager` model and associated requests:
Expand All @@ -26,6 +24,11 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
- `:delete_instance_template`
- `:set_instance_template`

#### Fixed

- \#356 Hotfix - removing buggy deprecated 'google-containers' project, causing 403 errors
on `images.all` call. [tumido]

### Development changes

#### Added
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.4.0".freeze
VERSION = "1.5.0".freeze
end
end

0 comments on commit 0a41690

Please sign in to comment.