Skip to content

Commit

Permalink
Bump version to 0.4.4 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 5e8e184 commit 4d5314e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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.3 -->
## [v0.4.3](https://github.com/chef/chef-apply/tree/v0.4.3) (2019-09-04)
<!-- latest_release 0.4.4 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=0.3.3 -->
### 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)) <!-- 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 -->
- Bump train to 3.0.1 [#101](https://github.com/chef/chef-apply/pull/101) ([chef-ci](https://github.com/chef-ci)) <!-- 0.4.1 -->
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
0.4.4
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.3".freeze
VERSION = "0.4.4".freeze
end

0 comments on commit 4d5314e

Please sign in to comment.