We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bcf05 commit 3bdf768Copy full SHA for 3bdf768
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.0.7 (2021-06-17)
2
+
3
+- Fixes the query parameter for fetching a page resource
4
5
### 0.0.6 (2021-06-09)
6
7
- Added `Notion-Version` required header to all requests
lib/notion/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Notion
- VERSION = '0.0.6'
+ VERSION = '0.0.7'
NOTION_REQUEST_VERSION = '2021-05-11'
end
0 commit comments