Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Oct 2, 2023
1 parent ee00d9f commit ec9400d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.2.2 (2023-10-02)

#### Improved

- Remove `dotenv` as a runtime dependency (@sinsoku, #49)
- Remove the outdated mention of the List Databases enpoint in the README (@soruma, #48)

### 1.2.1 (2023-02-26)

#### New
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/notion/version.rb
Original file line number Diff line number Diff line change
@@ -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 comments on commit ec9400d

Please sign in to comment.