Skip to content

Commit

Permalink
Version 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey committed Aug 11, 2024
1 parent 9081841 commit c06ec23
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 @@ -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
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.0'.freeze
VERSION = '2.8.1'.freeze
end

0 comments on commit c06ec23

Please sign in to comment.