diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be219c1..42f2d0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/wicked_pdf/version.rb b/lib/wicked_pdf/version.rb index 55489ee8..fcdadc34 100644 --- a/lib/wicked_pdf/version.rb +++ b/lib/wicked_pdf/version.rb @@ -1,3 +1,3 @@ class WickedPdf - VERSION = '2.6.2'.freeze + VERSION = '2.6.3'.freeze end