Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Jul 27, 2021
1 parent a4024f5 commit 6f5d5df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.0.8 (2021-07-27)

- Bump `Notion-Version` header to `2021-05-13` (@H0R15H0)
- Add support for the new Create database endpoint (@H0R15H0)

### 0.0.7 (2021-06-17)

- Fixes the query parameter for fetching a page resource
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
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.7'
VERSION = '0.0.8'
NOTION_REQUEST_VERSION = '2021-05-13'
end

0 comments on commit 6f5d5df

Please sign in to comment.