Skip to content

Commit ec9400d

Browse files
committed
Release v1.2.2
1 parent ee00d9f commit ec9400d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.2.2 (2023-10-02)
2+
3+
#### Improved
4+
5+
- Remove `dotenv` as a runtime dependency (@sinsoku, #49)
6+
- Remove the outdated mention of the List Databases enpoint in the README (@soruma, #48)
7+
18
### 1.2.1 (2023-02-26)
29

310
#### New

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
notion-ruby-client (1.2.1)
4+
notion-ruby-client (1.2.2)
55
faraday (>= 2.0)
66
faraday-mashify (>= 0.1.1)
77
faraday-multipart (>= 1.0.4)

lib/notion/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Notion
3-
VERSION = '1.2.1'
3+
VERSION = '1.2.2'
44
NOTION_REQUEST_VERSION = '2022-02-22'
55
end

0 commit comments

Comments
 (0)