diff --git a/changelog.md b/changelog.md index e635a16..eaf4ffd 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v2.2.1] + +### Fixed +- SetDrawColor would set the fill colour instead. + ## [v2.2.0] ### Added @@ -40,7 +45,8 @@ All notable changes to this project will be documented in this file. ### Fixes - "U" style did not actually underline the text. -[Unreleased]: https://github.com/DocnetUK/tfpdf/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/DocnetUK/tfpdf/compare/v2.2.1...HEAD +[v2.2.1]: https://github.com/DocnetUK/tfpdf/compare/v2.2.0...v2.2.1 [v2.2.0]: https://github.com/DocnetUK/tfpdf/compare/v2.1.1...v2.2.0 [v2.1.1]: https://github.com/DocnetUK/tfpdf/compare/v2.1.0...v2.1.1 [v2.1.0]: https://github.com/DocnetUK/tfpdf/compare/v2.0.7...v2.1.0