Skip to content

Commit

Permalink
Update changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
markbirbeck committed Aug 13, 2018
1 parent 534611d commit 851bc5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.6.0] - 2018-08-13
### Added
- Switch to streaming if `follow` or `logs` is present (#19).

## [v0.5.1] - 2018-08-13
### Added
- Stream flag should check for String('true') rather than Boolean(true) (#18).
Expand Down Expand Up @@ -43,4 +47,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.4.0]: https://github.com/markbirbeck/docker-engine/compare/v0.3.0...v0.4.0
[v0.5.0]: https://github.com/markbirbeck/docker-engine/compare/v0.4.0...v0.5.0
[v0.5.1]: https://github.com/markbirbeck/docker-engine/compare/v0.5.0...v0.5.1
[Unreleased]: https://github.com/markbirbeck/docker-engine/compare/v0.5.1...HEAD
[v0.6.0]: https://github.com/markbirbeck/docker-engine/compare/v0.5.1...v0.6.0
[Unreleased]: https://github.com/markbirbeck/docker-engine/compare/v0.6.0...HEAD
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-engine",
"version": "0.5.1",
"version": "0.6.0",
"description": "Node Docker Engine API Client Driven By Swagger",
"dependencies": {
"docker-modem": "^1.0.6",
Expand Down

0 comments on commit 851bc5d

Please sign in to comment.