From c831993b95ec83fe1049909236a0a1e2f0b9cd28 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 5 Feb 2024 08:36:45 +0000 Subject: [PATCH] Bump version to 3.0.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/knife_ec_backup/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243dbf5..e45155c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # knife-ec-backup Change Log - + +## [v3.0.2](https://github.com/chef/knife-ec-backup/tree/v3.0.2) (2024-02-05) + +#### Merged Pull Requests +- upgrade ruby to v3.1 [#180](https://github.com/chef/knife-ec-backup/pull/180) ([timin](https://github.com/timin)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- upgrade ruby to v3.1 [#180](https://github.com/chef/knife-ec-backup/pull/180) ([timin](https://github.com/timin)) diff --git a/VERSION b/VERSION index 13d683c..d9c62ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 \ No newline at end of file +3.0.2 \ No newline at end of file diff --git a/lib/knife_ec_backup/version.rb b/lib/knife_ec_backup/version.rb index 854ebdb..2c5bf9d 100644 --- a/lib/knife_ec_backup/version.rb +++ b/lib/knife_ec_backup/version.rb @@ -1,4 +1,4 @@ # when you change this to double quotes, also update .expeditor/update_version.sh module KnifeECBackup - VERSION = '3.0.1' + VERSION = '3.0.2' end