We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4024f5 commit 6f5d5dfCopy full SHA for 6f5d5df
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 0.0.8 (2021-07-27)
2
+
3
+- Bump `Notion-Version` header to `2021-05-13` (@H0R15H0)
4
+- Add support for the new Create database endpoint (@H0R15H0)
5
6
### 0.0.7 (2021-06-17)
7
8
- Fixes the query parameter for fetching a page resource
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- notion-ruby-client (0.0.7)
+ notion-ruby-client (0.0.8)
faraday (>= 1.0)
faraday_middleware
hashie
lib/notion/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Notion
- VERSION = '0.0.7'
+ VERSION = '0.0.8'
NOTION_REQUEST_VERSION = '2021-05-13'
end
0 commit comments