diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ef2a1..d089ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-cli Changelog - -## [v2.1.11](https://github.com/chef/mixlib-cli/tree/v2.1.11) (2023-09-27) + +## [v2.1.12](https://github.com/chef/mixlib-cli/tree/v2.1.12) (2023-09-27) #### Merged Pull Requests -- Bump mixlib-cli to use at least 2.7 to fix tests [#102](https://github.com/chef/mixlib-cli/pull/102) ([jaymzh](https://github.com/jaymzh)) +- change http to https, replace 404 Open4 link [#101](https://github.com/chef/mixlib-cli/pull/101) ([hhthacker](https://github.com/hhthacker)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- change http to https, replace 404 Open4 link [#101](https://github.com/chef/mixlib-cli/pull/101) ([hhthacker](https://github.com/hhthacker)) - Bump mixlib-cli to use at least 2.7 to fix tests [#102](https://github.com/chef/mixlib-cli/pull/102) ([jaymzh](https://github.com/jaymzh)) - Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/mixlib-cli/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Replaces uses of __FILE__ with __dir__ [#79](https://github.com/chef/mixlib-cli/pull/79) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 46ca28d..30b1cc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.11 \ No newline at end of file +2.1.12 \ No newline at end of file diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index 68c1aff..dc9f9d2 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.1.11".freeze + VERSION = "2.1.12".freeze end end