Skip to content

Commit

Permalink
Bump version to 4.1.14 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Dec 10, 2024
1 parent b3b66f2 commit 17cb3d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# chef-vault Change Log

<!-- latest_release 4.1.13 -->
## [v4.1.13](https://github.com/chef/chef-vault/tree/v4.1.13) (2024-09-25)
<!-- latest_release 4.1.14 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=4.1.11 -->
### 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)) <!-- 4.1.14 -->
- CHEF-3710-chef-vault warning message includes sensitive info [#414](https://github.com/chef/chef-vault/pull/414) ([nikhil2611](https://github.com/nikhil2611)) <!-- 4.1.13 -->
- Integrating with sonarQube [#406](https://github.com/chef/chef-vault/pull/406) ([nikhil2611](https://github.com/nikhil2611)) <!-- 4.1.12 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.13
4.1.14
2 changes: 1 addition & 1 deletion lib/chef-vault/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

class ChefVault
VERSION = "4.1.13"
VERSION = "4.1.14"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 17cb3d9

Please sign in to comment.