From c87710beca6260c59f417b6dc34c1ecc5d6d8f1c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 12 Feb 2021 06:23:33 +0000 Subject: [PATCH] Bump version to 1.1.5 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 b080931..85edece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log - + +## [v1.1.5](https://github.com/chef/mixlib-archive/tree/v1.1.5) (2021-02-12) + +#### Merged Pull Requests +- Cache gems and test on Ruby 3 [#59](https://github.com/chef/mixlib-archive/pull/59) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Cache gems and test on Ruby 3 [#59](https://github.com/chef/mixlib-archive/pull/59) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 1b87bcd..314c3d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file diff --git a/lib/mixlib/archive/version.rb b/lib/mixlib/archive/version.rb index 56d821f..0d25eb6 100644 --- a/lib/mixlib/archive/version.rb +++ b/lib/mixlib/archive/version.rb @@ -1,5 +1,5 @@ module Mixlib class Archive - VERSION = "1.1.4".freeze + VERSION = "1.1.5".freeze end end