Skip to content

Commit

Permalink
update-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Apr 20, 2022
1 parent 077f0b3 commit d9d6765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.0'.freeze
VERSION = '2.6.0'.freeze
end

0 comments on commit d9d6765

Please sign in to comment.