Skip to content

Commit

Permalink
v6.0.1 Release (#463)
Browse files Browse the repository at this point in the history
# Changelog
* Fixed a bug during OAuth URL building (#462)
* Fixed a bug where the `next_cursor` field was omitted for list responses (#461)
  • Loading branch information
mrashed-dev authored Feb 12, 2024
1 parent 740631d commit 0be4370
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,6 +1,7 @@
# Changelog

### Unreleased
### 6.0.1 / 2024-04-12
* Fixed a bug during OAuth URL building
* Fixed a bug where the `next_cursor` field was omitted for list responses

### 6.0.0 / 2024-02-05
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.0"
VERSION = "6.0.1"
end

0 comments on commit 0be4370

Please sign in to comment.