diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9797f8c..70370d812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v8.0.4](https://github.com/chef/berkshelf/tree/v8.0.4) (2022-08-16) + +## [v8.0.5](https://github.com/chef/berkshelf/tree/v8.0.5) (2022-10-27) #### Merged Pull Requests -- Copyedit README and contributing guides [#12](https://github.com/chef/berkshelf/pull/12) ([tnir](https://github.com/tnir)) +- Specify explicit hash [#14](https://github.com/chef/berkshelf/pull/14) ([vkarve-chef](https://github.com/vkarve-chef)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Specify explicit hash [#14](https://github.com/chef/berkshelf/pull/14) ([vkarve-chef](https://github.com/vkarve-chef)) - Copyedit README and contributing guides [#12](https://github.com/chef/berkshelf/pull/12) ([tnir](https://github.com/tnir)) - Dummy [#9](https://github.com/chef/berkshelf/pull/9) ([mimaslanka](https://github.com/mimaslanka)) diff --git a/VERSION b/VERSION index 5c2884992..eb113b386 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.4 \ No newline at end of file +8.0.5 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index 704dd1627..0ecbd8ed6 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.4".freeze + VERSION = "8.0.5".freeze end