diff --git a/CHANGELOG.md b/CHANGELOG.md index b04b96b2..4d82ed9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [5.1.1](https://github.com/spipu/html2pdf/compare/v5.1.0...master) - Unreleased +## [5.2.0](https://github.com/spipu/html2pdf/compare/v5.1.0...v5.2.0) - 2018-07-31 * change the name of `CoreExtension` to `Core\HtmlExtension` * change the namespace of all the html tags from `Tag\` to `Tag\Html` diff --git a/src/Html2Pdf.php b/src/Html2Pdf.php index c9cb8175..c27f46d9 100755 --- a/src/Html2Pdf.php +++ b/src/Html2Pdf.php @@ -241,8 +241,8 @@ public function getVersionAsArray() { return array( 'major' => 5, - 'minor' => 1, - 'revision' => 1 + 'minor' => 2, + 'revision' => 0 ); }