diff --git a/CHANGELOG.md b/CHANGELOG.md index 595e0f833..888508565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [v0.9.3](https://github.com/chef/chef-apply/tree/v0.9.3) (2022-02-21) + +#### Merged Pull Requests +- Update chefstyle requirement from 2.2.0 to 2.2.2 [#214](https://github.com/chef/chef-apply/pull/214) ([dependabot[bot]](https://github.com/dependabot[bot])) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update chefstyle requirement from 2.2.0 to 2.2.2 [#214](https://github.com/chef/chef-apply/pull/214) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index f76f91317..b3ec1638f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 \ No newline at end of file +0.9.3 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index 549ddbd6a..4577dedec 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.9.2".freeze + VERSION = "0.9.3".freeze end