Skip to content

Commit

Permalink
v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Dec 16, 2022
1 parent ff97a17 commit fa7797d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

### Unreleased
### 5.14.0 / 2022-12-16
* Added support for rate limit errors
* Added `disable_provider_selection` option for building auth URL
* Improved performance by skipping creating instance of StringIO before parsing JSON

### 5.13.0 / 2022-10-21
* Add timezone fields to the `When` class
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 = "5.13.0"
VERSION = "5.14.0"
end

0 comments on commit fa7797d

Please sign in to comment.