Skip to content

Commit

Permalink
Bump version to 0.2.3 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 Jul 2, 2024
1 parent 9c60a50 commit f42a0fd
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 @@
# CHANGELOG

<!-- latest_release 0.2.2 -->
## [v0.2.2](https://github.com/inspec/train-kubernetes/tree/v0.2.2) (2024-07-02)
<!-- latest_release 0.2.3 -->
## [v0.2.3](https://github.com/inspec/train-kubernetes/tree/v0.2.3) (2024-07-02)

#### Merged Pull Requests
- Upgrades Sonar scanner version [#23](https://github.com/inspec/train-kubernetes/pull/23) ([Vasu1105](https://github.com/Vasu1105))
- add support for ruby 3.3 tests [#22](https://github.com/inspec/train-kubernetes/pull/22) ([sathish-progress](https://github.com/sathish-progress))
<!-- latest_release -->

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

#### Merged Pull Requests
- add support for ruby 3.3 tests [#22](https://github.com/inspec/train-kubernetes/pull/22) ([sathish-progress](https://github.com/sathish-progress)) <!-- 0.2.3 -->
- Upgrades Sonar scanner version [#23](https://github.com/inspec/train-kubernetes/pull/23) ([Vasu1105](https://github.com/Vasu1105)) <!-- 0.2.2 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
2 changes: 1 addition & 1 deletion lib/train-kubernetes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module TrainPlugins
module TrainKubernetes
VERSION = "0.2.2".freeze
VERSION = "0.2.3".freeze
end
end

0 comments on commit f42a0fd

Please sign in to comment.