Skip to content

Commit

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

#### New

- Add support for creating a page as child of another page (thanks @TABeauchat!)

### 1.2.0 (2023-02-26)

#### New
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.2.0)
notion-ruby-client (1.2.1)
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.2.0'
VERSION = '1.2.1'
NOTION_REQUEST_VERSION = '2022-02-22'
end

0 comments on commit bef2c28

Please sign in to comment.