We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ee7f0a + 312b487 commit a8ca3f7Copy full SHA for a8ca3f7
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Changelog
2
3
-### Unreleased
4
-* Add support for private Scheduling configuration.
+### 6.2.2 / 2024-12-02
+* Added support for private Scheduling configuration.
5
+* Added ability to add optional `content_id` to support inline image on `send`.
6
+* Added custom filename support for large attachments.
7
+* Adjusted the gendoc to show that the `provider_error` is a Hash.
8
9
### 6.2.1 / 2024-11-12
10
* Added support for scheduler APIs
lib/nylas/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nylas
- VERSION = "6.2.1"
+ VERSION = "6.2.2"
end
0 commit comments