Skip to content

Commit

Permalink
chore(main): release 0.14.1 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan Webb <[email protected]>
  • Loading branch information
github-actions[bot] and damacus authored Apr 20, 2022
1 parent cf85261 commit a208af5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

This file tracks the changes in the teskitchen-digitalocean plugin and is maintained by please-release.
### [0.14.1](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.14.0...v0.14.1) (2022-04-20)


### Bug Fixes

* add linters action and publish action ([#106](https://github.com/test-kitchen/kitchen-digitalocean/issues/106)) ([7c9d262](https://github.com/test-kitchen/kitchen-digitalocean/commit/7c9d262f3317feeee92c8f43e1e746e1bece3406))
* headings in the changelog archive ([3e00bc7](https://github.com/test-kitchen/kitchen-digitalocean/commit/3e00bc7fe199ce9cb54b9c92b4d0bcbf9ee92b53))
2 changes: 1 addition & 1 deletion lib/kitchen/driver/digitalocean_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Kitchen
module Driver
# Version string for Digital Ocean Kitchen driver
DIGITALOCEAN_VERSION = "0.14.0"
DIGITALOCEAN_VERSION = "0.14.1"
end
end

Expand Down

0 comments on commit a208af5

Please sign in to comment.