Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.2.2 Release #507

Merged
merged 3 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading