From 57cca8f83de6e45860c322ded95bbc89be19a285 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 5 Nov 2020 19:55:20 +0000 Subject: [PATCH] Bump version to 1.5.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chefstyle/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b94e25..08f5f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # chefstyle change log - -## [v1.4.6](https://github.com/chef/chefstyle/tree/v1.4.6) (2020-11-05) + +## [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)) ### 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)) - Update to RuboCop 1.2 [#110](https://github.com/chef/chefstyle/pull/110) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 7b5753f..3e1ad72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.6 \ No newline at end of file +1.5.0 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index ebc98d0..d5d0bf0 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.4.6" + VERSION = "1.5.0" RUBOCOP_VERSION = "1.2.0" end \ No newline at end of file