File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.9.0]
10+
911### Changed
1012- Updated minimum Ruby version requirement from 2.3.1 to 3.4.0
1113- Updated ` berkshelf ` from ~ > 7.0 to ~ > 8.1
@@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
100102- Gem version badge to README
101103- Usage documentation
102104
103- [ Unreleased ] : https://github.com/chris-allen/dream-ops/compare/v0.8.1...HEAD
105+ [ Unreleased ] : https://github.com/chris-allen/dream-ops/compare/v0.9.0...HEAD
106+ [ 0.8.1 ] : https://github.com/chris-allen/dream-ops/compare/v0.8.1...v0.9.0
104107[ 0.8.1 ] : https://github.com/chris-allen/dream-ops/compare/v0.8.0...v0.8.1
105108[ 0.8.0 ] : https://github.com/chris-allen/dream-ops/compare/v0.7.0...v0.8.0
106109[ 0.7.0 ] : https://github.com/chris-allen/dream-ops/compare/v0.6.1...v0.7.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- dream-ops (0.8.1 )
4+ dream-ops (0.9.0 )
55 archive-tar-minitar
66 aws-sdk-configservice (~> 1 )
77 aws-sdk-core
Original file line number Diff line number Diff line change 11module DreamOps
2- VERSION = "0.8.1 "
2+ VERSION = "0.9.0 "
33end
You can’t perform that action at this time.
0 commit comments