Skip to content

Commit 595caec

Browse files
author
Greg Fitzgerald
committed
Prepare for 0.9.0 release
1 parent 4795dd9 commit 595caec

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.0 / 2015-04-17
2+
3+
* [@juliandunn](https://github.com/juliandunn) [PR #37] Added the ability to pass user_data into droplet creation.
4+
15
# 0.8.3 / 2014-12-29
26

37
* [@RoboticCheese](https://github.com/RoboticCheese) [PR #34] make key IDs always a String

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.8.3'
22+
DIGITALOCEAN_VERSION = '0.9.0'
2323
end
2424
end
2525

0 commit comments

Comments
 (0)