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