diff --git a/CHANGELOG.md b/CHANGELOG.md index f84a186ba2..f9078ee02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v0.4.3](https://github.com/chef/chef-apply/tree/v0.4.3) (2019-09-04) + +## [v0.4.4](https://github.com/chef/chef-apply/tree/v0.4.4) (2019-09-04) #### Merged Pull Requests -- IP address properties should not be truncated to floats [#103](https://github.com/chef/chef-apply/pull/103) ([faucct](https://github.com/faucct)) +- We are updating to Train 3.x across the Workstation/DK, ensure this gets bumped [#105](https://github.com/chef/chef-apply/pull/105) ([tyler-ball](https://github.com/tyler-ball)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- We are updating to Train 3.x across the Workstation/DK, ensure this gets bumped [#105](https://github.com/chef/chef-apply/pull/105) ([tyler-ball](https://github.com/tyler-ball)) - IP address properties should not be truncated to floats [#103](https://github.com/chef/chef-apply/pull/103) ([faucct](https://github.com/faucct)) - Pinning Train to prevent pulling in train-winrm updates [#102](https://github.com/chef/chef-apply/pull/102) ([tyler-ball](https://github.com/tyler-ball)) - Bump train to 3.0.1 [#101](https://github.com/chef/chef-apply/pull/101) ([chef-ci](https://github.com/chef-ci)) diff --git a/Gemfile.lock b/Gemfile.lock index 7caad9d9a0..d95fc681d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chef-apply (0.4.3) + chef-apply (0.4.4) chef (>= 15.0) chef-cli (>= 1.0.3) chef-telemetry @@ -185,7 +185,7 @@ GEM mixlib-cli (2.1.1) mixlib-config (3.0.1) tomlrb - mixlib-install (3.11.18) + mixlib-install (3.11.21) mixlib-shellout mixlib-versioning thor diff --git a/VERSION b/VERSION index 70d5b25fa8..b300caa32a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.3 \ No newline at end of file +0.4.4 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index e92b0bd073..abeb46593f 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.4.3".freeze + VERSION = "0.4.4".freeze end