Skip to content

Commit

Permalink
Release 0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 2, 2021
1 parent 3a9fb2f commit 062eb9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.13.0 / 2021-07-02

- Switch to Chefstyle for Ruby linting
- Support Test Kitchen 3.0

# 0.12.0 / 2021-04-12

- Update all the platform slugs for the latest versions available in DigitalOcean
Expand Down
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.12.0"
DIGITALOCEAN_VERSION = "0.13.0"
end
end

Expand Down

0 comments on commit 062eb9f

Please sign in to comment.