Skip to content

Commit

Permalink
Version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey committed May 19, 2022
1 parent be4283c commit 3492a51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [master branch] - Unreleased
### Breaking Changes

## [2.6.3]
### Fixes
- [Fix typo of #possible_binary_locations](https://github.com/mileszs/wicked_pdf/pull/1025)
- [Drop unused executables gemspec directive](https://github.com/mileszs/wicked_pdf/pull/1024)

## [2.6.2]
### Fixes
- [Fix undefined local variable or method 'block' for render_to_string](https://github.com/mileszs/wicked_pdf/pull/962)
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.2'.freeze
VERSION = '2.6.3'.freeze
end

0 comments on commit 3492a51

Please sign in to comment.