Skip to content

Commit 160feb2

Browse files
committed
Release v1.2.0
1 parent c0dcba9 commit 160feb2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 1.2.0 (2023-02-26)
2+
3+
#### New
4+
5+
- Add support for the following new endpoints (thanks @themoffatt!):
6+
- [Create comment](https://developers.notion.com/reference/create-a-comment)
7+
- [Retrieve comments](https://developers.notion.com/reference/retrieve-a-comment)
8+
19
### 1.1.0 (2023-02-23)
210

311
#### Breaking changes

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 (1.1.0)
4+
notion-ruby-client (1.2.0)
55
dotenv
66
faraday (>= 2.0)
77
faraday-mashify (>= 0.1.1)

lib/notion/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Notion
3-
VERSION = '1.1.0'
3+
VERSION = '1.2.0'
44
NOTION_REQUEST_VERSION = '2022-02-22'
55
end

0 commit comments

Comments
 (0)