diff --git a/CHANGELOG.md b/CHANGELOG.md index 66865b1c..10f14ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 924b3740..80c856c5 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.0.2" + VERSION = "6.0.3" end