We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee00d9f commit ec9400dCopy full SHA for ec9400d
CHANGELOG.md
@@ -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
8
### 1.2.1 (2023-02-26)
9
10
#### New
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- notion-ruby-client (1.2.1)
+ notion-ruby-client (1.2.2)
faraday (>= 2.0)
faraday-mashify (>= 0.1.1)
faraday-multipart (>= 1.0.4)
lib/notion/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Notion
- VERSION = '1.2.1'
+ VERSION = '1.2.2'
NOTION_REQUEST_VERSION = '2022-02-22'
end
0 commit comments