diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f5b2e6f..0ca19a9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [6.1.11](https://github.com/chef/omnibus/tree/6.1.11) (2019-11-04) + +## [6.1.12](https://github.com/chef/omnibus/tree/6.1.12) (2019-11-08) #### Merged Pull Requests -- Don't mark the cache dirty if it already is. [#911](https://github.com/chef/omnibus/pull/911) ([btm](https://github.com/btm)) +- Update chefstyle requirement from = 0.13.3 to = 0.14.0 [#912](https://github.com/chef/omnibus/pull/912) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update chefstyle requirement from = 0.13.3 to = 0.14.0 [#912](https://github.com/chef/omnibus/pull/912) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Don't mark the cache dirty if it already is. [#911](https://github.com/chef/omnibus/pull/911) ([btm](https://github.com/btm)) - old PR that was merged was very old [#910](https://github.com/chef/omnibus/pull/910) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index 9a968b3a0..650aa8cd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.11 \ No newline at end of file +6.1.12 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 3550b3c32..9adc06593 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "6.1.11".freeze + VERSION = "6.1.12".freeze end