From 17cb3d9441bd5d35b2bcfef4fad47124a85958d8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 10 Dec 2024 20:14:06 +0000 Subject: [PATCH] Bump version to 4.1.14 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef-vault/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fb5f4..883942b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # chef-vault Change Log - -## [v4.1.13](https://github.com/chef/chef-vault/tree/v4.1.13) (2024-09-25) + +## [v4.1.14](https://github.com/chef/chef-vault/tree/v4.1.14) (2024-12-10) #### Merged Pull Requests -- CHEF-3710-chef-vault warning message includes sensitive info [#414](https://github.com/chef/chef-vault/pull/414) ([nikhil2611](https://github.com/nikhil2611)) +- Test commit for pipeline testing [#424](https://github.com/chef/chef-vault/pull/424) ([ashiqueps](https://github.com/ashiqueps)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Test commit for pipeline testing [#424](https://github.com/chef/chef-vault/pull/424) ([ashiqueps](https://github.com/ashiqueps)) - CHEF-3710-chef-vault warning message includes sensitive info [#414](https://github.com/chef/chef-vault/pull/414) ([nikhil2611](https://github.com/nikhil2611)) - Integrating with sonarQube [#406](https://github.com/chef/chef-vault/pull/406) ([nikhil2611](https://github.com/nikhil2611)) diff --git a/VERSION b/VERSION index 068399f..ed9a86f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.13 \ No newline at end of file +4.1.14 \ No newline at end of file diff --git a/lib/chef-vault/version.rb b/lib/chef-vault/version.rb index 2b92c91..7726c8f 100644 --- a/lib/chef-vault/version.rb +++ b/lib/chef-vault/version.rb @@ -15,6 +15,6 @@ # limitations under the License. class ChefVault - VERSION = "4.1.13" + VERSION = "4.1.14" MAJOR, MINOR, TINY = VERSION.split(".") end