Skip to content

Commit 16b8209

Browse files
author
Greg Fitzgerald
committed
Prepare for release
1 parent b22278d commit 16b8209

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.8.3 / 2014-12-29
2+
3+
* [@RoboticCheese](https://github.com/RoboticCheese) [PR #34] make key IDs always a String
4+
15
# 0.8.2 / 2014-11-09
26

37
* Handle API errors more gracefully, closes issue #33.

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

0 commit comments

Comments
 (0)