Skip to content

Commit

Permalink
Merge pull request #501 from nylas/v6.2.1-release
Browse files Browse the repository at this point in the history
v6.2.1
  • Loading branch information
SubashPradhan authored Nov 12, 2024
2 parents f016363 + 29f9e0e commit c508d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

### Unreleased
### 6.2.1 / 2024-11-12
* Added support for scheduler APIs
* Added `query_params` field to `Folders` & `Threads` find
* Added custom filename support for attachments


### 6.2.0 / 2024-09-24
Expand Down
2 changes: 1 addition & 1 deletion lib/nylas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Nylas
VERSION = "6.2.0"
VERSION = "6.2.1"
end

0 comments on commit c508d84

Please sign in to comment.