Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemarey committed Oct 14, 2021
1 parent cde2a3c commit 1bef6b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.2.2 (Oct 14, 2021)

FEATURES:
* Allow using `meta.` attributes to map Nova server ID

BUG FIXES:
* Fix server deletion when filter is by name
* Return an error is a server was not found when deleting

## 0.2.1 (Oct 13, 2021)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion plugin/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
version = "v0.2.1"
version = "v0.2.2"
)

const (
Expand Down

0 comments on commit 1bef6b5

Please sign in to comment.