File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
44
55This 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module Fog
22 module Google
3- VERSION = "1.8.0 " . freeze
3+ VERSION = "1.8.1 " . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments