diff --git a/CHANGELOG.md b/CHANGELOG.md index c11658e..97bb64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/notion/version.rb b/lib/notion/version.rb index 4ad81ee..bad160a 100644 --- a/lib/notion/version.rb +++ b/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