From bee81dc2b872e4a4d67b7b1e1b0abce39797226c Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Sun, 29 Aug 2021 20:08:32 +0200 Subject: [PATCH] Release version 0.1.0-beta1 --- CHANGELOG.md | 19 +++++++++++++++++++ Gemfile.lock | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a23aa..54bb414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +### 0.1.0-beta1 (2021-08-29) + +#### New + +- Add support for the following new endpoints: + - [Update database](https://developers.notion.com/reference/update-a-database) + - [Update page](https://developers.notion.com/reference/patch-page) + - [Retrieve a block](https://developers.notion.com/reference/retrieve-a-block) + - [Update a block](https://developers.notion.com/reference/update-a-block) + - [Search](https://developers.notion.com/reference/search) +- Update Notion API Version to `2021-08-16` +- Add `bin/console` command for better DX +- Overhauled documentation + +#### Upgrade instructions + +- Please refer to the Notion Changelog to see breaking changes for version `2021-08-16` +- Regarding this gem, a lot of `id` parameters got renamed to `block_id`, `page_id`, `user_id` and `database_id`. You might need to rename those in your code as well. + ### 0.0.8 (2021-07-27) - Bump `Notion-Version` header to `2021-05-13` (@H0R15H0) diff --git a/Gemfile.lock b/Gemfile.lock index 22398af..5588b98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - notion-ruby-client (0.0.8) + notion-ruby-client (0.1.0.pre.beta1) activesupport dotenv faraday (>= 1.0)