Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Greenberg committed Jun 17, 2021
1 parent c6bcf05 commit 3bdf768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.0.7 (2021-06-17)

- Fixes the query parameter for fetching a page resource

### 0.0.6 (2021-06-09)

- Added `Notion-Version` required header to all requests
Expand Down
2 changes: 1 addition & 1 deletion lib/notion/version.rb
Original file line number Diff line number Diff line change
@@ -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 comments on commit 3bdf768

Please sign in to comment.