From 67a0b3868ed85a0233419c5a2f67423ac407bbbd Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:56:52 -0500 Subject: [PATCH] v6.0.2 Release (#467) * Update CHANGELOG.md * v6.0.2 --- CHANGELOG.md | 6 +++++- lib/nylas/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc65a4f..6aedbee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -### 6.0.1 / 2024-04-12 +### 6.0.2 / 2024-02-27 +* Fixed the HTTP operation of updating grants +* Fixed endpoint URL of rotating webhooks + +### 6.0.1 / 2024-02-12 * Fixed a bug during OAuth URL building * Fixed a bug where the `next_cursor` field was omitted for list responses diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index bea78436..924b3740 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.0.1" + VERSION = "6.0.2" end