From 9a3a97bb0c6b437524fdea15b4cd15a65ff6ac29 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 17 Feb 2018 12:44:11 +0000 Subject: [PATCH] Bump version to 5.6.10 by Expeditor --- CHANGELOG.md | 9 +++++++-- VERSION | 2 +- lib/omnibus/version.rb | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0c9fe29..233df8b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ - + +## [v5.6.10](https://github.com/chef/omnibus/tree/v5.6.10) (2018-02-17) + +#### Merged Pull Requests +- Loosen the pinning on "ohai" [#823](https://github.com/chef/omnibus/pull/823) ([richardc](https://github.com/richardc)) + + ## [v5.6.9](https://github.com/chef/omnibus/tree/v5.6.9) (2018-02-09) #### Merged Pull Requests - Add ":file" to the list of supported sources [#808](https://github.com/chef/omnibus/pull/808) ([legal90](https://github.com/legal90)) - ## [v5.6.8](https://github.com/chef/omnibus/tree/v5.6.8) (2018-02-08) diff --git a/VERSION b/VERSION index 3b739526c..accefefe0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.9 \ No newline at end of file +5.6.10 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index dd0ea6b55..d66f219a1 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "5.6.9" + VERSION = "5.6.10" end