From 93b25ce641012d5e9ec22045c7a2bf2395fafc16 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 10 Dec 2018 18:57:30 +0000 Subject: [PATCH] Bump version to 3.11.9 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++++-- VERSION | 2 +- lib/mixlib/install/version.rb | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f3f593..5b2b325a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Mixlib::Install Changes - + +## [v3.11.9](https://github.com/chef/mixlib-install/tree/v3.11.9) (2018-12-10) + +#### Merged Pull Requests +- Fix typos and update copyrights [#274](https://github.com/chef/mixlib-install/pull/274) ([tas50](https://github.com/tas50)) + + ## [v3.11.8](https://github.com/chef/mixlib-install/tree/v3.11.8) (2018-12-07) #### Merged Pull Requests - Don't ship the readmes with the gem artifact [#275](https://github.com/chef/mixlib-install/pull/275) ([tas50](https://github.com/tas50)) - ## [v3.11.7](https://github.com/chef/mixlib-install/tree/v3.11.7) (2018-11-16) diff --git a/VERSION b/VERSION index e0281186..530fe917 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.11.8 \ No newline at end of file +3.11.9 \ No newline at end of file diff --git a/lib/mixlib/install/version.rb b/lib/mixlib/install/version.rb index 5c3d0dbd..b8745547 100644 --- a/lib/mixlib/install/version.rb +++ b/lib/mixlib/install/version.rb @@ -1,5 +1,5 @@ module Mixlib class Install - VERSION = "3.11.8" + VERSION = "3.11.9" end end