Skip to content

Commit 3bdf768

Browse files
author
Ben Greenberg
committed
increment version
1 parent c6bcf05 commit 3bdf768

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.0.7 (2021-06-17)
2+
3+
- Fixes the query parameter for fetching a page resource
4+
15
### 0.0.6 (2021-06-09)
26

37
- Added `Notion-Version` required header to all requests

lib/notion/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Notion
3-
VERSION = '0.0.6'
3+
VERSION = '0.0.7'
44
NOTION_REQUEST_VERSION = '2021-05-11'
55
end

0 commit comments

Comments
 (0)