From 63e908114e460d47609869ece898c45d7250247b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 9 Feb 2018 17:46:16 +0000 Subject: [PATCH] Bump version to 5.6.9 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 324b678c4..5c0c9fe29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ - + +## [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) #### Merged Pull Requests - Avoid using git to determine gem contents [#820](https://github.com/chef/omnibus/pull/820) ([tduffield](https://github.com/tduffield)) - ## [v5.6.7](https://github.com/chef/omnibus/tree/v5.6.7) (2018-02-08) diff --git a/VERSION b/VERSION index 51d29ed91..3b739526c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.8 \ No newline at end of file +5.6.9 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 555e35973..dd0ea6b55 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "5.6.8" + VERSION = "5.6.9" end