Skip to content

Commit

Permalink
Bump version to 1.5.0 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 Nov 5, 2020
1 parent d15ef93 commit 57cca8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# chefstyle change log

<!-- latest_release 1.4.6 -->
## [v1.4.6](https://github.com/chef/chefstyle/tree/v1.4.6) (2020-11-05)
<!-- latest_release 1.5.0 -->
## [v1.5.0](https://github.com/chef/chefstyle/tree/v1.5.0) (2020-11-05)

#### Merged Pull Requests
- Update to RuboCop 1.2 [#110](https://github.com/chef/chefstyle/pull/110) ([tas50](https://github.com/tas50))
- Enable new cops [#111](https://github.com/chef/chefstyle/pull/111) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Enable new cops [#111](https://github.com/chef/chefstyle/pull/111) ([tas50](https://github.com/tas50)) <!-- 1.5.0 -->
- Update to RuboCop 1.2 [#110](https://github.com/chef/chefstyle/pull/110) ([tas50](https://github.com/tas50)) <!-- 1.4.6 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.6
1.5.0
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.4.6"
VERSION = "1.5.0"
RUBOCOP_VERSION = "1.2.0"
end

0 comments on commit 57cca8f

Please sign in to comment.