From ce8b14d0000ecda1510897c36c1bf53fbcebd756 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 10 Dec 2024 21:55:34 +0000 Subject: [PATCH] Bump version to 1.2.18 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/versioning/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54be95..70a790a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Mixlib::Versioning Changes - -## [v1.2.17](https://github.com/chef/mixlib-versioning/tree/v1.2.17) (2022-04-07) + +## [v1.2.18](https://github.com/chef/mixlib-versioning/tree/v1.2.18) (2024-12-10) #### Merged Pull Requests -- do not run style during windows tests [#54](https://github.com/chef/mixlib-versioning/pull/54) ([marcparadise](https://github.com/marcparadise)) +- [CI] Drop EOL Rubies [#57](https://github.com/chef/mixlib-versioning/pull/57) ([dafyddcrosby](https://github.com/dafyddcrosby)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [CI] Drop EOL Rubies [#57](https://github.com/chef/mixlib-versioning/pull/57) ([dafyddcrosby](https://github.com/dafyddcrosby)) - do not run style during windows tests [#54](https://github.com/chef/mixlib-versioning/pull/54) ([marcparadise](https://github.com/marcparadise)) - Test on Ruby Versions 3.1 /3.0 [#52](https://github.com/chef/mixlib-versioning/pull/52) ([poorndm](https://github.com/poorndm)) - Upgrade to GitHub-native Dependabot [#48](https://github.com/chef/mixlib-versioning/pull/48) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index 21344eb..5ab1538 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.17 \ No newline at end of file +1.2.18 \ No newline at end of file diff --git a/lib/mixlib/versioning/version.rb b/lib/mixlib/versioning/version.rb index 747f056..f6b99fa 100644 --- a/lib/mixlib/versioning/version.rb +++ b/lib/mixlib/versioning/version.rb @@ -18,6 +18,6 @@ module Mixlib class Versioning - VERSION = "1.2.17" + VERSION = "1.2.18" end end