From a0acab02e6ace329210f4d3dd4a0837138d5b90a Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Thu, 24 Mar 2022 17:02:43 +0100 Subject: [PATCH] Release 1.0.0-beta2 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/notion/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8370a8c..8a6e489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 6f4f281..844d8dc 100644 --- a/Gemfile.lock +++ b/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) diff --git a/lib/notion/version.rb b/lib/notion/version.rb index 60ff6e9..d52f931 100644 --- a/lib/notion/version.rb +++ b/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