Skip to content

Commit

Permalink
Merge pull request #1070 from northwoodspd/prepare_for_version_release
Browse files Browse the repository at this point in the history
Version 2.7.0
  • Loading branch information
unixmonkey committed Aug 24, 2023
2 parents 6b3b90f + 58ba793 commit edcd80e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [master branch] - Unreleased
### Breaking Changes

## [2.7.0]
### New Features
- [Support Shakapacker 7](https://github.com/mileszs/wicked_pdf/pull/1067)
- [Add option `delete_temporary_files` to keep the temporary files generated by `pdf_from_string` method](https://github.com/mileszs/wicked_pdf/pull/1068)
- [Add support for --allow flag](https://github.com/mileszs/wicked_pdf/pull/1030)

## Fixes
- [Add require for `stringio`, which is no longer loaded by default in Ruby 3.1+](https://github.com/mileszs/wicked_pdf/pull/1062)
- [Fix CI build.](https://github.com/mileszs/wicked_pdf/pull/1055)
- [Fix Header/footer temporary file is removed before `wkhtmltopdf` is called](https://github.com/mileszs/wicked_pdf/pull/1039)
- [Bump rubocop to 1.46](https://github.com/mileszs/wicked_pdf/pull/1051)
- [Add Ruby 3.2 to the test matrix](https://github.com/mileszs/wicked_pdf/pull/1046)

## [2.6.3]
### Fixes
- [Fix typo of #possible_binary_locations](https://github.com/mileszs/wicked_pdf/pull/1025)
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.6.3'.freeze
VERSION = '2.7.0'.freeze
end

0 comments on commit edcd80e

Please sign in to comment.