File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.8.1]
10+
11+ ### Fixed
12+ - Resolved issue with ` archive-tar-minitar `
13+
14+ ### Changed
15+ - Now tracking ` Gemfile.lock ` in version control
16+ - Switched from travis-ci to github actions
17+
918## [ 0.8.0]
1019
1120### Changed
@@ -83,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8392- Gem version badge to README
8493- Usage documentation
8594
86- [ Unreleased ] : https://github.com/chris-allen/dream-ops/compare/v0.8.0...HEAD
95+ [ Unreleased ] : https://github.com/chris-allen/dream-ops/compare/v0.8.1...HEAD
96+ [ 0.8.1 ] : https://github.com/chris-allen/dream-ops/compare/v0.8.0...v0.8.1
8797[ 0.8.0 ] : https://github.com/chris-allen/dream-ops/compare/v0.7.0...v0.8.0
8898[ 0.7.0 ] : https://github.com/chris-allen/dream-ops/compare/v0.6.1...v0.7.0
8999[ 0.6.1 ] : https://github.com/chris-allen/dream-ops/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- dream-ops (0.8.0 )
4+ dream-ops (0.8.1 )
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.0 "
2+ VERSION = "0.8.1 "
33end
You can’t perform that action at this time.
0 commit comments