From c3e8896068ccb53ae4b8138dd4ba43b074d68a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Sim=C3=A3o?= Date: Tue, 27 Jun 2023 20:35:06 -0300 Subject: [PATCH] chore: release v1.10.0 (#261) --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4efd6d0..75799104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.10.0] 2023-06-27 + ### Added - Page properties with empty values (#260) +### Build +- Bump php-http/discovery from 1.18.1 to 1.19.0 (#254) +- Bump brianium/paratest from 7.1.4 to 7.2.0 (#255) +- Bump vimeo/psalm from 5.12.0 to 5.13.0 (#259) +- Bump brianium/paratest from 7.2.0 to 7.2.2 (#258) + +### Documentation +- Fix typo on `metadata` method (#253) + ## [v1.9.0] 2023-06-15 ### Added @@ -371,4 +382,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.8.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.8.0 [1.8.1]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.8.1 [1.9.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.9.0 -[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.9.0...HEAD +[1.10.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.10.0 +[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.10.0...HEAD