Skip to content

Commit

Permalink
Merge pull request #44 from TheAntColony/master
Browse files Browse the repository at this point in the history
bumped up version
  • Loading branch information
alibazlamit committed Feb 27, 2020
2 parents 8c54048 + 018c712 commit 8d663c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2020-02-24
### Added
- SSH keys cleanup in case the device failed to create.

## [0.2.1] - 2020-02-24
### Added
- Hardware reservation string argument to specift either an ID or 'next-available'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: build

version := v0.2.1
version := v0.2.2
version_description := "Docker Machine Driver Plugin to Provision on Packet"
human_name := "$(version) - Docker Machine v0.8.2+"
version := "$(version)"
Expand Down

0 comments on commit 8d663c4

Please sign in to comment.