We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7859fe1 + a0acab0 commit 8edcab7Copy full SHA for 8edcab7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 1.0.0-beta2 (2022-03-24)
2
+
3
+#### Fixed
4
5
+Fixed compat with Rails 7
6
7
### 1.0.0-beta1 (2022-03-24)
8
9
#### New
Gemfile.lock
@@ -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)
lib/notion/version.rb
@@ -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 commit comments