Skip to content

Commit 43cf8de

Browse files
committed
🚀 0.8.1
1 parent 459ac2b commit 43cf8de

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

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.0)
4+
dream-ops (0.8.1)
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.0"
2+
VERSION = "0.8.1"
33
end

0 commit comments

Comments
 (0)