Skip to content

Commit

Permalink
v6.0.3 Release (#472)
Browse files Browse the repository at this point in the history
# Changelog
* Improved message sending and draft create/update performance (#470)
* Change default timeout to match API (90 seconds) (#471)
* Fixed error when invoking `Auth.detect_provider` (#469, #468)
  • Loading branch information
mrashed-dev committed Mar 5, 2024
1 parent 0639d65 commit 8490435
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,8 +1,9 @@
# Changelog

### Unreleased
### 6.0.3 / 2024-03-05
* Improved message sending and draft create/update performance
* Change default timeout to match API (90 seconds)
* Fixed error when invoking `Auth.detect_provider`

### 6.0.2 / 2024-02-27
* Fixed the HTTP operation of updating grants
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.2"
VERSION = "6.0.3"
end

0 comments on commit 8490435

Please sign in to comment.