Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markbirbeck committed Jun 19, 2018
1 parent 640b9d2 commit 3aeb71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.0] - 2018-06-19
## [v0.3.1] - 2018-06-19
### Added
- Add options to enable selection of tunneling (#17).

Expand All @@ -25,4 +25,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased]: https://github.com/markbirbeck/docker-job/compare/v0.2.1...HEAD
[v0.2.0]: https://github.com/markbirbeck/docker-job/compare/v0.1.0...v0.2.0
[v0.2.1]: https://github.com/markbirbeck/docker-job/compare/v0.2.0...v0.2.1
[v0.3.0]: https://github.com/markbirbeck/docker-job/compare/v0.2.1...v0.3.0
[v0.3.1]: https://github.com/markbirbeck/docker-job/compare/v0.2.1...v0.3.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-job",
"version": "0.3.0",
"version": "0.3.1",
"description": "Run a single job as a Docker Service on Docker Swarm",
"bin": {
"dj": "./src/bin/cli.js"
Expand Down

0 comments on commit 3aeb71f

Please sign in to comment.