From c6e313b3d7ee1e7218c48bdf8c5ab11be639d8a9 Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Wed, 29 Sep 2021 17:05:32 -0700 Subject: [PATCH] v0.5.0 --- Gemfile.lock | 2 +- lib/notion-sdk-ruby/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8adbc1d..08838ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - notion-sdk-ruby (0.4.1) + notion-sdk-ruby (0.5.0) faraday (~> 1.8) faraday_middleware (~> 1.1) diff --git a/lib/notion-sdk-ruby/version.rb b/lib/notion-sdk-ruby/version.rb index 433dd18..968a8d3 100644 --- a/lib/notion-sdk-ruby/version.rb +++ b/lib/notion-sdk-ruby/version.rb @@ -1,3 +1,3 @@ module Notion - VERSION = "0.4.1" + VERSION = "0.5.0" end