Skip to content

Commit 9245929

Browse files
committed
🚀 0.9.0
1 parent 375904b commit 9245929

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

lib/dream-ops/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DreamOps
2-
VERSION = "0.8.1"
2+
VERSION = "0.9.0"
33
end

0 commit comments

Comments
 (0)