Skip to content

Commit

Permalink
Merge pull request #428 from Temikus/relax_core_constraint
Browse files Browse the repository at this point in the history
Release 1.8.1 🛠
  • Loading branch information
Temikus authored Oct 4, 2018
2 parents 91daa9d + 87c6828 commit 07c9cbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.8.1

### User-facing

#### Fixed

- \#428 Relax fog-core lower version constraint for ManageIQ [temikus]

## 1.8.0

### User-facing
Expand Down
2 changes: 1 addition & 1 deletion fog-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = "~> 2.0"

# Locked until https://github.com/fog/fog-google/issues/417 is resolved
spec.add_dependency "fog-core", ">= 2.0", "<= 2.1.0"
spec.add_dependency "fog-core", "<= 2.1.0"
spec.add_dependency "fog-json", "~> 1.2.0"
spec.add_dependency "fog-xml", "~> 0.1.0"

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.8.0".freeze
VERSION = "1.8.1".freeze
end
end

0 comments on commit 07c9cbf

Please sign in to comment.