Skip to content

Commit

Permalink
Bump version to 4.1.13 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 Sep 25, 2024
1 parent 8c1a478 commit 11d5fc5
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.12 -->
## [v4.1.12](https://github.com/chef/chef-vault/tree/v4.1.12) (2023-03-27)
<!-- latest_release 4.1.13 -->
## [v4.1.13](https://github.com/chef/chef-vault/tree/v4.1.13) (2024-09-25)

#### Merged Pull Requests
- Integrating with sonarQube [#406](https://github.com/chef/chef-vault/pull/406) ([nikhil2611](https://github.com/nikhil2611))
- CHEF-3710-chef-vault warning message includes sensitive info [#414](https://github.com/chef/chef-vault/pull/414) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

<!-- release_rollup since=4.1.11 -->
### Changes not yet released to rubygems.org

#### 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)) <!-- 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.12
4.1.13
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.12"
VERSION = "4.1.13"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 11d5fc5

Please sign in to comment.