Skip to content

Commit

Permalink
Bump version to 1.2.1 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Oct 29, 2024
1 parent 97c330c commit 3f4617d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log

<!-- latest_release 1.2.0 -->
## [v1.2.0](https://github.com/chef/mixlib-archive/tree/v1.2.0) (2022-04-06)
<!-- latest_release 1.2.1 -->
## [v1.2.1](https://github.com/chef/mixlib-archive/tree/v1.2.1) (2024-10-29)

#### Merged Pull Requests
- Remove Ruby 2.4 support &amp; Test Ruby 3.0/3.1 [#63](https://github.com/chef/mixlib-archive/pull/63) ([poorndm](https://github.com/poorndm))
- Correct spelling mistakes [#65](https://github.com/chef/mixlib-archive/pull/65) ([EdwardBetts](https://github.com/EdwardBetts))
<!-- latest_release -->

<!-- release_rollup since=1.1.7 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Correct spelling mistakes [#65](https://github.com/chef/mixlib-archive/pull/65) ([EdwardBetts](https://github.com/EdwardBetts)) <!-- 1.2.1 -->
- Remove Ruby 2.4 support &amp; Test Ruby 3.0/3.1 [#63](https://github.com/chef/mixlib-archive/pull/63) ([poorndm](https://github.com/poorndm)) <!-- 1.2.0 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion lib/mixlib/archive/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mixlib
class Archive
VERSION = "1.2.0".freeze
VERSION = "1.2.1".freeze
end
end

0 comments on commit 3f4617d

Please sign in to comment.