Skip to content

Commit

Permalink
Bump version to 0.4.5 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Sep 4, 2019
1 parent 576509c commit 725a606
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/ -->
<!-- latest_release 0.4.4 -->
## [v0.4.4](https://github.com/chef/chef-apply/tree/v0.4.4) (2019-09-04)
<!-- latest_release 0.4.5 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=0.3.3 -->
### 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)) <!-- 0.4.5 -->
- 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)) <!-- 0.4.4 -->
- IP address properties should not be truncated to floats [#103](https://github.com/chef/chef-apply/pull/103) ([faucct](https://github.com/faucct)) <!-- 0.4.3 -->
- 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)) <!-- 0.4.2 -->
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.4.5
2 changes: 1 addition & 1 deletion lib/chef_apply/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefApply
VERSION = "0.4.4".freeze
VERSION = "0.4.5".freeze
end

0 comments on commit 725a606

Please sign in to comment.