Skip to content

Commit a8ca3f7

Browse files
Merge pull request #507 from nylas/v6.2.2-release
v6.2.2 Release
2 parents 3ee7f0a + 312b487 commit a8ca3f7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
### Unreleased
4-
* Add support for private Scheduling configuration.
3+
### 6.2.2 / 2024-12-02
4+
* 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.
58

69
### 6.2.1 / 2024-11-12
710
* Added support for scheduler APIs

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.1"
4+
VERSION = "6.2.2"
55
end

0 commit comments

Comments
 (0)