From 3492a51b840913333b06c8f0aa8130bff6cd6ba4 Mon Sep 17 00:00:00 2001 From: David Jones Date: Thu, 19 May 2022 10:33:16 -0400 Subject: [PATCH] Version 2.6.3 --- CHANGELOG.md | 5 +++++ lib/wicked_pdf/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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