Skip to content

Commit bef2c28

Browse files
committed
Release v1.2.1
1 parent 74321e4 commit bef2c28

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.2.1 (2023-02-26)
2+
3+
#### New
4+
5+
- Add support for creating a page as child of another page (thanks @TABeauchat!)
6+
17
### 1.2.0 (2023-02-26)
28

39
#### New

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
notion-ruby-client (1.2.0)
4+
notion-ruby-client (1.2.1)
55
dotenv
66
faraday (>= 2.0)
77
faraday-mashify (>= 0.1.1)

lib/notion/version.rb

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

0 commit comments

Comments
 (0)