Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Oct 7, 2014
1 parent a40fcbf commit a29e805
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# ?.?.? / ????-??-??
# 1.6.1 / 2014-10-07

# 1.6.0 / 2014-09.04
### Bug Fixes

* PR [#60][] - Resolve method name conflict with Kitchen::Configurable; via
[@stevejmason][]

# 1.6.0 / 2014-09-04

### Improvements

Expand Down Expand Up @@ -121,6 +126,7 @@ certain specified NICs; via [@monsterzz][]

* Initial release! Woo!

[#60]: https://github.com/test-kitchen/kitchen-openstack/pull/60
[#58]: https://github.com/test-kitchen/kitchen-openstack/pull/58
[#56]: https://github.com/test-kitchen/kitchen-openstack/pull/56
[#55]: https://github.com/test-kitchen/kitchen-openstack/pull/55
Expand Down Expand Up @@ -148,6 +154,7 @@ certain specified NICs; via [@monsterzz][]
[#7]: https://github.com/test-kitchen/kitchen-openstack/pull/7
[#2]: https://github.com/test-kitchen/kitchen-openstack/pull/2

[@stevejmason]: https://github.com/stevejmason
[@StaymanHou]: https://github.com/StaymanHou
[@jer]: https://github.com/jer
[@dschlenk]: https://github.com/dschlenk
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/openstack_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ module Kitchen
#
# @author Jonathan Hartman <j@p4nt5.com>
module Driver
OPENSTACK_VERSION = '1.6.1.dev'
OPENSTACK_VERSION = '1.6.1'
end
end

0 comments on commit a29e805

Please sign in to comment.