Skip to content

Commit

Permalink
v6.1.0 Release (#481)
Browse files Browse the repository at this point in the history
# Changelog
* Added query support for messages (#480)
* Added support for clean messages (#476)
* Added support for getting access token info (#475)
* Added new webhook triggers (#473, #479)
  • Loading branch information
mrashed-dev authored Jul 25, 2024
1 parent a93dc91 commit 03b5a60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 6.1.0 / 2024-06-25
* Added query support for messages
* Added support for clean messages
* Added support for getting access token info
* Added new webhook triggers

### 6.0.3 / 2024-03-05
* Improved message sending and draft create/update performance
* Change default timeout to match API (90 seconds)
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.0.3"
VERSION = "6.1.0"
end

0 comments on commit 03b5a60

Please sign in to comment.