Skip to content

Commit 8d663c4

Browse files
authored
Merge pull request #44 from TheAntColony/master
bumped up version
2 parents 8c54048 + 018c712 commit 8d663c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.2] - 2020-02-24
8+
### Added
9+
- SSH keys cleanup in case the device failed to create.
10+
711
## [0.2.1] - 2020-02-24
812
### Added
913
- Hardware reservation string argument to specift either an ID or 'next-available'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default: build
22

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

0 commit comments

Comments
 (0)