Skip to content

Commit

Permalink
Merge pull request #507 from nylas/v6.2.2-release
Browse files Browse the repository at this point in the history
v6.2.2 Release
  • Loading branch information
SubashPradhan authored Dec 2, 2024
2 parents 3ee7f0a + 312b487 commit a8ca3f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

### Unreleased
* Add support for private Scheduling configuration.
### 6.2.2 / 2024-12-02
* Added support for private Scheduling configuration.
* Added ability to add optional `content_id` to support inline image on `send`.
* Added custom filename support for large attachments.
* Adjusted the gendoc to show that the `provider_error` is a Hash.

### 6.2.1 / 2024-11-12
* Added support for scheduler APIs
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.1"
VERSION = "6.2.2"
end

0 comments on commit a8ca3f7

Please sign in to comment.