We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acd2a4 commit 0f6d1d6Copy full SHA for 0f6d1d6
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
-### Unreleased
+### 6.4.0 / 2025-04-30
4
* Added support for Notetaker APIs
5
* Added support for Notetaker via the calendar and event APIs
6
+* Added MESSAGE_BOUNCE_DETECTED to the webhook triggers
7
+* Fixed issue to raise an explicit exception when the response lacks a JSON body (#520)
8
9
### 6.3.0 / 2025-03-03
10
* Removed `file_path` from `File` object to match the Send API schema
lib/nylas/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nylas
- VERSION = "6.3.0"
+ VERSION = "6.4.0"
end
0 commit comments