Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.9.1 #54

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGES.md
@@ -0,0 +1,10 @@
# Changes

This document enumerates the changes made to the gem with each release.

## 0.9.1 / Apr 28 2016

Bug fixes:

* Updated the gem to use version 2.0.0.rc1 of `rest-client` and adapted
for the changes that the new version requires.
2 changes: 1 addition & 1 deletion lib/ovirt/version.rb
@@ -1,3 +1,3 @@
module Ovirt
VERSION = "0.9.0"
VERSION = "0.9.1".freeze
end