Skip to content

Commit 0a41690

Browse files
authored
Merge pull request #358 from Temikus/release_150
Release 1.5.0 🚀
2 parents ecb51bd + 4b79dac commit 0a41690

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
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).
44

5-
## Pending Release
5+
## 1.5.0
66

77
### User-facing
88

9-
#### Added
10-
119
- \#348 Added Instance Group Manager and Instance Templates [bpaquet]
1210

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

27+
#### Fixed
28+
29+
- \#356 Hotfix - removing buggy deprecated 'google-containers' project, causing 403 errors
30+
on `images.all` call. [tumido]
31+
2932
### Development changes
3033

3134
#### Added

lib/fog/google/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.4.0".freeze
3+
VERSION = "1.5.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)