Skip to content
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

### Unreleased
### 6.4.0 / 2025-04-30
* Added support for Notetaker APIs
* Added support for Notetaker via the calendar and event APIs
* Added MESSAGE_BOUNCE_DETECTED to the webhook triggers
* Fixed issue to raise an explicit exception when the response lacks a JSON body (#520)

### 6.3.0 / 2025-03-03
* Removed `file_path` from `File` object to match the Send API schema
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.3.0"
VERSION = "6.4.0"
end
Loading