diff --git a/CHANGELOG.md b/CHANGELOG.md index c986c460..526f52ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ 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.0...HEAD) +## [[master branch] - Unreleased changes](https://github.com/mileszs/wicked_pdf/compare/2.8.1...HEAD) ### Breaking Changes ### New Features ### Fixes + +## [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) +- [Ensure assets without extensions are handled correctly](https://github.com/mileszs/wicked_pdf/pull/1115) ## [2.8.0] ### New Features diff --git a/lib/wicked_pdf/version.rb b/lib/wicked_pdf/version.rb index 819dbead..7fd1ad82 100644 --- a/lib/wicked_pdf/version.rb +++ b/lib/wicked_pdf/version.rb @@ -1,3 +1,3 @@ class WickedPdf - VERSION = '2.8.0'.freeze + VERSION = '2.8.1'.freeze end