Skip to content

Commit

Permalink
Release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Dec 4, 2017
1 parent 0d9e136 commit 19978bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.18.1] - 2017-12-04
### Bug Fixes
- Refresh fails when placement policy not set [(#89)](https://github.com/ManageIQ/ovirt/pull/89)

## [0.18.0] - 2017-08-25
### Bug Fixes
- Create trusted CA certificates file when needed [(#88)](https://github.com/ManageIQ/ovirt/pull/88)
Expand Down Expand Up @@ -74,5 +78,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove "ovirt-engine" prefix from paths [#55]
- Drop dependency on ActiveSupport due to Rails 5 minimum Ruby version [#57]

[Unreleased]: https://github.com/ManageIQ/ovirt/compare/v0.18.0...master
[Unreleased]: https://github.com/ManageIQ/ovirt/compare/v0.18.1...master
[0.18.1]: https://github.com/ManageIQ/ovirt/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/ManageIQ/ovirt/compare/v0.17.1...v0.18.0
2 changes: 1 addition & 1 deletion lib/ovirt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ovirt
VERSION = "0.18.0".freeze
VERSION = "0.18.1".freeze
end

0 comments on commit 19978bb

Please sign in to comment.