From 3884c29febc5011a65f8974dc1f5c61952263dde Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 6 Apr 2022 03:51:57 +0000 Subject: [PATCH] Bump version to 1.2.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/archive/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45032a0..c02779e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log - + +## [v1.2.0](https://github.com/chef/mixlib-archive/tree/v1.2.0) (2022-04-06) + +#### Merged Pull Requests +- Remove Ruby 2.4 support & Test Ruby 3.0/3.1 [#63](https://github.com/chef/mixlib-archive/pull/63) ([poorndm](https://github.com/poorndm)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Remove Ruby 2.4 support & Test Ruby 3.0/3.1 [#63](https://github.com/chef/mixlib-archive/pull/63) ([poorndm](https://github.com/poorndm)) diff --git a/VERSION b/VERSION index a5ba932..867e524 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.7 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/lib/mixlib/archive/version.rb b/lib/mixlib/archive/version.rb index a740562..855b748 100644 --- a/lib/mixlib/archive/version.rb +++ b/lib/mixlib/archive/version.rb @@ -1,5 +1,5 @@ module Mixlib class Archive - VERSION = "1.1.7".freeze + VERSION = "1.2.0".freeze end end