Skip to content

Commit 6f5d5df

Browse files
committed
Bump version to 0.0.8
1 parent a4024f5 commit 6f5d5df

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
### 0.0.7 (2021-06-17)
27

38
- Fixes the query parameter for fetching a page resource

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 (0.0.7)
4+
notion-ruby-client (0.0.8)
55
faraday (>= 1.0)
66
faraday_middleware
77
hashie

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 = '0.0.7'
3+
VERSION = '0.0.8'
44
NOTION_REQUEST_VERSION = '2021-05-13'
55
end

0 commit comments

Comments
 (0)