From d9d67657027cb6c32a4339e11a7cdfaae3e1ab73 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Thu, 21 Apr 2022 08:13:39 +0900 Subject: [PATCH] update-changelog --- CHANGELOG.md | 6 +++++- lib/wicked_pdf/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb953c7..e13e4361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [master branch] - Unreleased ### Breaking Changes + +## [2.6.0] ### New Features +- [Support Propshaft in find_asset helper](https://github.com/mileszs/wicked_pdf/pull/1010) ### Fixes -- [Update Changelog.](https://github.com/mileszs/wicked_pdf/pull/1013) +- [Update Changelog with changes from 2.1.0](https://github.com/mileszs/wicked_pdf/pull/1013) +- [Fix CI build for Rails 7.](https://github.com/mileszs/wicked_pdf/pull/1014) ## [2.5.4] December 20th 2021 769f9df487f3c1e31dc91431666baa78d2aa24fb ### New Features diff --git a/lib/wicked_pdf/version.rb b/lib/wicked_pdf/version.rb index 4498614e..f7816bd5 100644 --- a/lib/wicked_pdf/version.rb +++ b/lib/wicked_pdf/version.rb @@ -1,3 +1,3 @@ class WickedPdf - VERSION = '2.1.0'.freeze + VERSION = '2.6.0'.freeze end