Skip to content

Commit

Permalink
Release version 0.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Aug 29, 2021
1 parent 728c21d commit bee81dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit bee81dc

Please sign in to comment.