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