From 3c0ef0ba4117266798b03d4cb1d6f9ecca1ad059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Sim=C3=A3o?= Date: Thu, 15 Jun 2023 19:28:03 -0300 Subject: [PATCH] chore: release v1.9.0 (#252) --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8dbaed..2ea6265c 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] +## [v1.9.0] 2023-06-15 + +## Added +- Caption on image block and file objects (#250) + +## Fixed +- Do not update CreatedBy prop on pages (#251) + ## [v1.8.1] 2023-06-12 ## Fixed @@ -359,4 +367,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.7.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.7.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 -[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.8.1...HEAD +[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