Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Dec 28, 2024
1 parent 638241a commit 9d9c720
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/envato/unwrappr/compare/v0.8.2...HEAD

## [0.8.2] 2024-12-28

### Add
- Add Ruby 3.4 to the CI test matrix ([#95]).
- Add `base64` as a runtime dependency to support Ruby 3.4+ ([#95]).

[Unreleased]: https://github.com/envato/unwrappr/compare/v0.8.1...HEAD
[0.8.2]: https://github.com/envato/unwrappr/compare/v0.8.1...v0.8.2
[#95]: https://github.com/envato/unwrappr/pull/95

## [0.8.1] 2023-02-07
Expand Down
2 changes: 1 addition & 1 deletion lib/unwrappr/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Unwrappr
VERSION = '0.8.1'
VERSION = '0.8.2'
end

0 comments on commit 9d9c720

Please sign in to comment.