Skip to content

Commit 15e0caa

Browse files
author
Greg Fitzgerald
committed
Prepare for release
1 parent ce5fc7d commit 15e0caa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.9.3 / 2015-08-21
2+
3+
* Show user_data option in debug output.
4+
* Default to 'nologin' when Etc.getlogin doesn't work (windows).
5+
16
# 0.9.2 / 2015-07-20
27

38
* [@joonas](https://github.com/joonas) [PR #41] Add the ability to map well-known platforms to slugs

lib/kitchen/driver/digitalocean_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
module Kitchen
2020
module Driver
2121
# Version string for Digital Ocean Kitchen driver
22-
DIGITALOCEAN_VERSION = '0.9.2'
22+
DIGITALOCEAN_VERSION = '0.9.3'
2323
end
2424
end
2525

0 commit comments

Comments
 (0)