From f9f9fbcf38de4dba74ea23a4b191ed08607e04af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Sim=C3=A3o?= Date: Wed, 26 Apr 2023 20:05:30 -0300 Subject: [PATCH] chore: release v1.7.0 --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec2c8db..76a12e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.0] 2023-04-26 + +## Added +- Support block colors (#209) +- Render blocks as markdown (#207) + +## Fixed +- API exception on query all pages (#211) + +## Build +- Bump phpunit from 10.0.19 to 10.1.2 (#206) +- Bump infection from 0.26.19 to 0.26.20 (#204) +- Bump paratest from 7.1.2 to 7.1.3 (#205) +- Bump guzzle from 7.5.0 to 7.5.1 (#203) + ## [1.6.2] ### Fixed @@ -20,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - This week on date filter for database queries. (#184) -- Relation filter for database queries. (#185) +- Relation filter for database queries. (#185) ## [1.5.0] @@ -301,4 +316,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.6.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.6.0 [1.6.1]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.6.1 [1.6.2]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.6.2 -[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.6.2...HEAD +[1.7.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.7.0 +[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.7.0...HEAD