Skip to content

Commit

Permalink
Bump version to 1.7.2 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 Mar 9, 2021
1 parent 8b9e87b commit 4a95640
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# chefstyle change log

<!-- latest_release -->
<!-- latest_release 1.7.2 -->
## [v1.7.2](https://github.com/chef/chefstyle/tree/v1.7.2) (2021-03-09)

#### Merged Pull Requests
- Vendor rubocop-1.11.0 upstream configuration. [#129](https://github.com/chef/chefstyle/pull/129) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=1.7.1 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Vendor rubocop-1.11.0 upstream configuration. [#129](https://github.com/chef/chefstyle/pull/129) ([tas50](https://github.com/tas50)) <!-- 1.7.2 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "1.7.1"
VERSION = "1.7.2"
RUBOCOP_VERSION = "1.11.0"
end

0 comments on commit 4a95640

Please sign in to comment.