Skip to content

Commit

Permalink
Version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey committed Oct 26, 2024
1 parent 8657978 commit bff9f20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
All notable changes to this project should be documented in this file.
This project attempts to adhere to [Semantic Versioning](http://semver.org/).

## [[master branch] - Unreleased changes](https://github.com/mileszs/wicked_pdf/compare/2.8.1...HEAD)
## [[master branch] - Unreleased changes](https://github.com/mileszs/wicked_pdf/compare/2.8.2...HEAD)
### Breaking Changes
### New Features
### Fixes

## [2.8.2]
### Fixes
- [Fix for frozen_string_literal in Ruby 3.4](https://github.com/mileszs/wicked_pdf/pull/1118)
- [Add OpenStruct dependency explicitly for Ruby 3.5](https://github.com/mileszs/wicked_pdf/pull/1131)

## [2.8.1]
### Fixes
- [Explicitly require OpenStruct, which isn't loaded by default anymore in new versions of Rake](https://github.com/mileszs/wicked_pdf/pull/1110)
Expand Down
2 changes: 1 addition & 1 deletion lib/wicked_pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class WickedPdf
VERSION = '2.8.1'.freeze
VERSION = '2.8.2'.freeze
end

0 comments on commit bff9f20

Please sign in to comment.