Skip to content

Commit 9de19f3

Browse files
authored
Merge pull request #369 from Temikus/release_160_new
Release 1.6.0 🚀
2 parents 70d7aa2 + 50b47c2 commit 9de19f3

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## Next release (1.6.0)
5+
## 1.6.0
66

77
### User-facing
88

@@ -145,3 +145,21 @@ PRs that change functionality: #212, #215, #203, #198, #201, #221, #222, #216
145145

146146
Rapid-releasing 0.5.2 due to regression fixed by #190 still present in v0.5.1
147147
We encourage people using 0.5.1 to upgrade.
148+
149+
## Template to use
150+
151+
## Next release
152+
153+
### User-facing
154+
155+
#### Changed
156+
157+
#### Added
158+
159+
#### Fixed
160+
161+
### Development changes
162+
163+
#### Added
164+
165+
#### Fixed

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.5.0".freeze
3+
VERSION = "1.6.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)