From 010bdcbb23ff242693581b9f30da229c99bb7b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Sim=C3=A3o?= Date: Thu, 23 Feb 2023 16:19:27 -0300 Subject: [PATCH] Release v1.4.1 (#172) --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771f3a62..5ffed3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.1] + +## Fixed +- Fix `Page::getProperty()` typo (#170) + +## Chore +- Update dependencies (#171) + ## [1.4.0] ## Added @@ -264,5 +272,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.1.0 [1.2.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.2.0 [1.3.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.3.0 -[1.3.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.4.0 -[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.4.0 +[1.4.1]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.4.1 +[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.4.1...HEAD