diff --git a/CHANGELOG.md b/CHANGELOG.md index 526f52ef..21fc61e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/wicked_pdf/version.rb b/lib/wicked_pdf/version.rb index 7fd1ad82..701b5304 100644 --- a/lib/wicked_pdf/version.rb +++ b/lib/wicked_pdf/version.rb @@ -1,3 +1,3 @@ class WickedPdf - VERSION = '2.8.1'.freeze + VERSION = '2.8.2'.freeze end