Skip to content

Commit 91322f9

Browse files
committed
Bump version to 4.1.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 0f4fd1a commit 91322f9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# chef-vault Change Log
22

3-
<!-- latest_release 4.1.15 -->
4-
## [v4.1.15](https://github.com/chef/chef-vault/tree/v4.1.15) (2025-02-03)
3+
<!-- latest_release 4.1.16 -->
4+
## [v4.1.16](https://github.com/chef/chef-vault/tree/v4.1.16) (2025-03-27)
55

66
#### Merged Pull Requests
7-
- Updating configuration for a symantec version promote and publish [#434](https://github.com/chef/chef-vault/pull/434) ([nikhil2611](https://github.com/nikhil2611))
7+
- Rubocop correction [#436](https://github.com/chef/chef-vault/pull/436) ([tpowell-progress](https://github.com/tpowell-progress))
88
<!-- latest_release -->
99

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

1313
#### Merged Pull Requests
14+
- Rubocop correction [#436](https://github.com/chef/chef-vault/pull/436) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 4.1.16 -->
1415
- Updating configuration for a symantec version promote and publish [#434](https://github.com/chef/chef-vault/pull/434) ([nikhil2611](https://github.com/nikhil2611)) <!-- 4.1.14 -->
1516
- Empty commit to test pipelines [#427](https://github.com/chef/chef-vault/pull/427) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 -->
1617
- Adding pipelines to trigger pipeline automatically [#426](https://github.com/chef/chef-vault/pull/426) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.15
1+
4.1.16

lib/chef-vault/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
# limitations under the License.
1616

1717
class ChefVault
18-
VERSION = "4.1.15"
18+
VERSION = "4.1.16"
1919
MAJOR, MINOR, TINY = VERSION.split(".")
2020
end

0 commit comments

Comments
 (0)