From 725a60627559f63a352193cfbd4882ea0bef7e4d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 4 Sep 2019 21:26:36 +0000 Subject: [PATCH] Bump version to 0.4.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 2 +- VERSION | 2 +- lib/chef_apply/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9078ee02d..64b68f9fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v0.4.4](https://github.com/chef/chef-apply/tree/v0.4.4) (2019-09-04) + +## [v0.4.5](https://github.com/chef/chef-apply/tree/v0.4.5) (2019-09-04) #### 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)) +- Bump train-winrm to 0.2.4 [#106](https://github.com/chef/chef-apply/pull/106) ([chef-ci](https://github.com/chef-ci)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bump train-winrm to 0.2.4 [#106](https://github.com/chef/chef-apply/pull/106) ([chef-ci](https://github.com/chef-ci)) - 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)) diff --git a/Gemfile.lock b/Gemfile.lock index 676e908857..5fb0c5a74c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chef-apply (0.4.4) + chef-apply (0.4.5) chef (>= 15.0) chef-cli (>= 1.0.3) chef-telemetry diff --git a/VERSION b/VERSION index b300caa32a..c8a5397fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.4 \ No newline at end of file +0.4.5 \ No newline at end of file diff --git a/lib/chef_apply/version.rb b/lib/chef_apply/version.rb index abeb46593f..2e12ce548a 100644 --- a/lib/chef_apply/version.rb +++ b/lib/chef_apply/version.rb @@ -16,5 +16,5 @@ # module ChefApply - VERSION = "0.4.4".freeze + VERSION = "0.4.5".freeze end