Skip to content

Commit 8edcab7

Browse files
authored
Merge pull request #27 from orbit-love/release-1.0.0-beta2
Release 1.0.0-beta2
2 parents 7859fe1 + a0acab0 commit 8edcab7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.0.0-beta2 (2022-03-24)
2+
3+
#### Fixed
4+
5+
Fixed compat with Rails 7
6+
17
### 1.0.0-beta1 (2022-03-24)
28

39
#### New

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
notion-ruby-client (1.0.0.pre.beta1)
4+
notion-ruby-client (1.0.0.pre.beta2)
55
activesupport (>= 6)
66
dotenv
77
faraday (>= 1.0)

lib/notion/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Notion
3-
VERSION = '1.0.0-beta1'
3+
VERSION = '1.0.0-beta2'
44
NOTION_REQUEST_VERSION = '2022-02-22'
55
end

0 commit comments

Comments
 (0)