Skip to content

Commit c482a02

Browse files
author
Greg Fitzgerald
committed
Prepare for 0.8.2 release
1 parent 5ecf4be commit c482a02

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.2 / 2014-11-09
2+
3+
* Handle API errors more gracefully, closes issue #33.
4+
15
# 0.8.1 / 2014-10-13
26

37
* [@sarkis](https://github.com/sarkis) [PR #32] fix driver config example

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

0 commit comments

Comments
 (0)