Skip to content

Commit

Permalink
v6.0.2 Release (#467)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* v6.0.2
  • Loading branch information
mrashed-dev authored Feb 27, 2024
1 parent 3269e78 commit 67a0b38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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.1"
VERSION = "6.0.2"
end

0 comments on commit 67a0b38

Please sign in to comment.