diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1835d79..5c3388e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v8.0.16](https://github.com/chef/berkshelf/tree/v8.0.16) (2025-01-23) + +## [v8.0.17](https://github.com/chef/berkshelf/tree/v8.0.17) (2025-02-03) #### Merged Pull Requests -- Chef-18535 Removed the release branch changes and fixed pipeline [#53](https://github.com/chef/berkshelf/pull/53) ([nikhil2611](https://github.com/nikhil2611)) +- Updating configuration for a symantec version promote and publish [#55](https://github.com/chef/berkshelf/pull/55) ([nikhil2611](https://github.com/nikhil2611)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updating configuration for a symantec version promote and publish [#55](https://github.com/chef/berkshelf/pull/55) ([nikhil2611](https://github.com/nikhil2611)) - Chef-18535 Removed the release branch changes and fixed pipeline [#53](https://github.com/chef/berkshelf/pull/53) ([nikhil2611](https://github.com/nikhil2611)) - empty commit [#52](https://github.com/chef/berkshelf/pull/52) ([sanghinitin](https://github.com/sanghinitin)) - Updating config to fix promote to dev channel [#51](https://github.com/chef/berkshelf/pull/51) ([nikhil2611](https://github.com/nikhil2611)) diff --git a/VERSION b/VERSION index 9c1a8f823..6a1be6fae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.16 \ No newline at end of file +8.0.17 \ No newline at end of file diff --git a/lib/berkshelf/version.rb b/lib/berkshelf/version.rb index d0a3bbd1f..df70a60c8 100644 --- a/lib/berkshelf/version.rb +++ b/lib/berkshelf/version.rb @@ -1,3 +1,3 @@ module Berkshelf - VERSION = "8.0.16".freeze + VERSION = "8.0.17".freeze end