Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Feb 26, 2023
1 parent c0dcba9 commit 160feb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.2.0 (2023-02-26)

#### New

- Add support for the following new endpoints (thanks @themoffatt!):
- [Create comment](https://developers.notion.com/reference/create-a-comment)
- [Retrieve comments](https://developers.notion.com/reference/retrieve-a-comment)

### 1.1.0 (2023-02-23)

#### Breaking changes
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 (1.1.0)
notion-ruby-client (1.2.0)
dotenv
faraday (>= 2.0)
faraday-mashify (>= 0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/notion/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Notion
VERSION = '1.1.0'
VERSION = '1.2.0'
NOTION_REQUEST_VERSION = '2022-02-22'
end

0 comments on commit 160feb2

Please sign in to comment.