Skip to content

Commit

Permalink
Release 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Mar 24, 2022
1 parent 7859fe1 commit a0acab0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.0-beta2 (2022-03-24)

#### Fixed

Fixed compat with Rails 7

### 1.0.0-beta1 (2022-03-24)

#### New
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 (1.0.0.pre.beta1)
notion-ruby-client (1.0.0.pre.beta2)
activesupport (>= 6)
dotenv
faraday (>= 1.0)
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 = '1.0.0-beta1'
VERSION = '1.0.0-beta2'
NOTION_REQUEST_VERSION = '2022-02-22'
end

0 comments on commit a0acab0

Please sign in to comment.