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