Skip to content

Commit 5195572

Browse files
authored
Release v6.6.0 (#532)
1 parent a791b9c commit 5195572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### [Unreleased]
3+
### [6.6.0]
44
* Added support for `single_level` query parameter in Folders API for Microsoft accounts
55
* Added support for `include_hidden_folders` query parameter in folders list endpoint for Microsoft accounts to control whether hidden folders are included in the response
66
* Added support for passing in string contents for multipart and base64 (<3MB) attachments (#528)

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.5.0"
4+
VERSION = "6.6.0"
55
end

0 commit comments

Comments
 (0)