Skip to content

Commit 0f6d1d6

Browse files
authored
Release v6.4.0 (#521)
* Updated changelog * Bump version
1 parent 7acd2a4 commit 0f6d1d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
### Unreleased
3+
### 6.4.0 / 2025-04-30
44
* Added support for Notetaker APIs
55
* 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)
68

79
### 6.3.0 / 2025-03-03
810
* Removed `file_path` from `File` object to match the Send API schema

lib/nylas/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Nylas
4-
VERSION = "6.3.0"
4+
VERSION = "6.4.0"
55
end

0 commit comments

Comments
 (0)