Skip to content

Commit

Permalink
Release 1.6.0 \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jun 24, 2018
1 parent 70d7aa2 commit 50b47c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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.6.0)
## 1.6.0

### User-facing

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

Rapid-releasing 0.5.2 due to regression fixed by #190 still present in v0.5.1
We encourage people using 0.5.1 to upgrade.

## Template to use

## Next release

### User-facing

#### Changed

#### Added

#### Fixed

### Development changes

#### Added

#### Fixed
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.5.0".freeze
VERSION = "1.6.0".freeze
end
end

0 comments on commit 50b47c2

Please sign in to comment.