diff --git a/CHANGELOG.md b/CHANGELOG.md index 891f5823..fea7f3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 5f15f920..d45f6730 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.2.1" + VERSION = "6.2.2" end