diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d5ef9..88a6b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v1.7.3](https://github.com/chef/chefstyle/tree/v1.7.3) (2021-03-24) + +#### Merged Pull Requests +- Add Ruby 3.0 testing [#130](https://github.com/chef/chefstyle/pull/130) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Add Ruby 3.0 testing [#130](https://github.com/chef/chefstyle/pull/130) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 0a182f2..bbf649f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.2 \ No newline at end of file +1.7.3 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index bfb723d..329a7bd 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.7.2" + VERSION = "1.7.3" RUBOCOP_VERSION = "1.11.0" end