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