File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
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 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Notion
3- VERSION = '1.1 .0'
3+ VERSION = '1.2 .0'
44 NOTION_REQUEST_VERSION = '2022-02-22'
55end
You can’t perform that action at this time.
0 commit comments