Skip to content

Commit 07c9cbf

Browse files
authored
Merge pull request #428 from Temikus/relax_core_constraint
Release 1.8.1 🛠
2 parents 91daa9d + 87c6828 commit 07c9cbf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
44

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

7+
## 1.8.1
8+
9+
### User-facing
10+
11+
#### Fixed
12+
13+
- \#428 Relax fog-core lower version constraint for ManageIQ [temikus]
14+
715
## 1.8.0
816

917
### User-facing

fog-google.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.required_ruby_version = "~> 2.0"
2222

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

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

0 commit comments

Comments
 (0)