We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f016363 + 29f9e0e commit c508d84Copy full SHA for c508d84
2 files changed
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
3
-### Unreleased
+### 6.2.1 / 2024-11-12
4
* Added support for scheduler APIs
5
* Added `query_params` field to `Folders` & `Threads` find
6
+* Added custom filename support for attachments
7
8
9
### 6.2.0 / 2024-09-24
lib/nylas/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nylas
- VERSION = "6.2.0"
+ VERSION = "6.2.1"
end
0 commit comments