Skip to content

Commit

Permalink
Bump version to 0.1.2 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 Jan 6, 2025
1 parent 9d42d45 commit 4ff900c
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 0.1.1 -->
## [v0.1.1](https://github.com/chef/chef-vault/tree/v0.1.1) (2025-01-06)
<!-- latest_release 0.1.2 -->
## [v0.1.2](https://github.com/chef/chef-vault/tree/v0.1.2) (2025-01-06)

#### Merged Pull Requests
- Adding pipelines to trigger pipeline automatically [#426](https://github.com/chef/chef-vault/pull/426) ([nikhil2611](https://github.com/nikhil2611))
- Empty commit to test pipelines [#427](https://github.com/chef/chef-vault/pull/427) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

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

#### Merged Pull Requests
- Empty commit to test pipelines [#427](https://github.com/chef/chef-vault/pull/427) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 -->
- Adding pipelines to trigger pipeline automatically [#426](https://github.com/chef/chef-vault/pull/426) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 -->
- Removed the manually created pipelines and added the channels [#425](https://github.com/chef/chef-vault/pull/425) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.0 -->
- Test commit for pipeline testing [#424](https://github.com/chef/chef-vault/pull/424) ([ashiqueps](https://github.com/ashiqueps)) <!-- 4.1.14 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
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 = "0.1.1"
VERSION = "0.1.2"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 4ff900c

Please sign in to comment.