diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cff46a04..b9b0ab75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [7.0.11](https://github.com/chef/omnibus/tree/7.0.11) (2020-06-02) + +## [7.0.12](https://github.com/chef/omnibus/tree/7.0.12) (2020-06-03) #### Merged Pull Requests -- Update chefstyle requirement from = 1.0.1 to = 1.1.0 [#942](https://github.com/chef/omnibus/pull/942) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Pin ffi to < 0.13 for windows [#943](https://github.com/chef/omnibus/pull/943) ([james-stocks](https://github.com/james-stocks)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Pin ffi to < 0.13 for windows [#943](https://github.com/chef/omnibus/pull/943) ([james-stocks](https://github.com/james-stocks)) - Update chefstyle requirement from = 1.0.1 to = 1.1.0 [#942](https://github.com/chef/omnibus/pull/942) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update ohai requirement from >= 13, < 16 to >= 13, < 17 [#939](https://github.com/chef/omnibus/pull/939) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update chefstyle requirement from = 0.15.1 to = 1.0.1 [#937](https://github.com/chef/omnibus/pull/937) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index 0bbb7c233..3d9416683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.11 \ No newline at end of file +7.0.12 \ No newline at end of file diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 38b2d4315..d8522f3bc 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = "7.0.11".freeze + VERSION = "7.0.12".freeze end