We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74321e4 commit bef2c28Copy full SHA for bef2c28
CHANGELOG.md
@@ -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
7
### 1.2.0 (2023-02-26)
8
9
#### New
Gemfile.lock
@@ -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)
lib/notion/version.rb
@@ -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 commit comments