Skip to content

Commit bee81dc

Browse files
committed
Release version 0.1.0-beta1
1 parent 728c21d commit bee81dc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### 0.1.0-beta1 (2021-08-29)
2+
3+
#### New
4+
5+
- Add support for the following new endpoints:
6+
- [Update database](https://developers.notion.com/reference/update-a-database)
7+
- [Update page](https://developers.notion.com/reference/patch-page)
8+
- [Retrieve a block](https://developers.notion.com/reference/retrieve-a-block)
9+
- [Update a block](https://developers.notion.com/reference/update-a-block)
10+
- [Search](https://developers.notion.com/reference/search)
11+
- Update Notion API Version to `2021-08-16`
12+
- Add `bin/console` command for better DX
13+
- Overhauled documentation
14+
15+
#### Upgrade instructions
16+
17+
- Please refer to the Notion Changelog to see breaking changes for version `2021-08-16`
18+
- 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.
19+
120
### 0.0.8 (2021-07-27)
221

322
- Bump `Notion-Version` header to `2021-05-13` (@H0R15H0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
notion-ruby-client (0.0.8)
4+
notion-ruby-client (0.1.0.pre.beta1)
55
activesupport
66
dotenv
77
faraday (>= 1.0)

0 commit comments

Comments
 (0)