Skip to content

Commit c508d84

Browse files
Merge pull request #501 from nylas/v6.2.1-release
v6.2.1
2 parents f016363 + 29f9e0e commit c508d84

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

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

78

89
### 6.2.0 / 2024-09-24

lib/nylas/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Nylas
4-
VERSION = "6.2.0"
4+
VERSION = "6.2.1"
55
end

0 commit comments

Comments
 (0)