Skip to content

Commit

Permalink
Prepare for 0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Fitzgerald committed Nov 9, 2014
1 parent 5ecf4be commit c482a02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.2 / 2014-11-09

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

# 0.8.1 / 2014-10-13

* [@sarkis](https://github.com/sarkis) [PR #32] fix driver config example
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/digitalocean_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
module Kitchen
module Driver
# Version string for Digital Ocean Kitchen driver
DIGITALOCEAN_VERSION = '0.8.1'
DIGITALOCEAN_VERSION = '0.8.2'
end
end

Expand Down

0 comments on commit c482a02

Please sign in to comment.