Skip to content

Commit

Permalink
v6.2.0 Release (#493)
Browse files Browse the repository at this point in the history
# Changelog

## Added
* Added query support for folders (#492, #488)
* Added dependency on `ostruct` gem (#491, #489)
* Enable SDK to reattach large files to messages on retry (#487)

## Changed
* Downgraded `rest-client` to `2.0` for better compatibility (#490)
  • Loading branch information
mrashed-dev authored Sep 24, 2024
1 parent 7b59db5 commit d2f07ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

### Unreleased
### 6.2.0 / 2024-09-24
* Added query support for folders
* Added dependency on `ostruct` gem
* Enable SDK to reattach large files to messages on retry
* Downgraded `rest-client` to `2.0` for better compatibility

### 6.1.1 / 2024-08-20
* Fixed sending attachments less than 3MB
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.1.1"
VERSION = "6.2.0"
end

0 comments on commit d2f07ed

Please sign in to comment.