diff --git a/CHANGELOG b/CHANGELOG index 76dde55..f50dd6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +# 0.12.4 +Update `wkhtmltopdf` binaries with version 0.12.4 + # 0.12.3.1 Fix JRuby compatibility diff --git a/bin/wkhtmltopdf_darwin_x86 b/bin/wkhtmltopdf_darwin_x86 index bb7039d..23c6042 100755 Binary files a/bin/wkhtmltopdf_darwin_x86 and b/bin/wkhtmltopdf_darwin_x86 differ diff --git a/bin/wkhtmltopdf_linux_amd64 b/bin/wkhtmltopdf_linux_amd64 index 5c49282..a90fa1c 100755 Binary files a/bin/wkhtmltopdf_linux_amd64 and b/bin/wkhtmltopdf_linux_amd64 differ diff --git a/bin/wkhtmltopdf_linux_x86 b/bin/wkhtmltopdf_linux_x86 index 6f030bb..2870aeb 100755 Binary files a/bin/wkhtmltopdf_linux_x86 and b/bin/wkhtmltopdf_linux_x86 differ diff --git a/wkhtmltopdf-binary.gemspec b/wkhtmltopdf-binary.gemspec index 1479f05..713ed93 100644 --- a/wkhtmltopdf-binary.gemspec +++ b/wkhtmltopdf-binary.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "wkhtmltopdf-binary" - s.version = "0.12.3.1" + s.version = "0.12.4" s.license = "Apache-2.0" s.author = "Zakir Durumeric" s.email = "zakird@gmail.com"