We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1734f35 commit 5c985f7Copy full SHA for 5c985f7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.14.0 / 2021-10-01
2
+
3
+- Add Debian 11 slug
4
5
# 0.13.0 / 2021-07-02
6
7
- Switch to Chefstyle for Ruby linting
lib/kitchen/driver/digitalocean_version.rb
@@ -20,7 +20,7 @@
20
module Kitchen
21
module Driver
22
# Version string for Digital Ocean Kitchen driver
23
- DIGITALOCEAN_VERSION = "0.13.0"
+ DIGITALOCEAN_VERSION = "0.14.0"
24
end
25
26
0 commit comments