Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Aug 18, 2021
1 parent 4d2c583 commit 40dfb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### Unreleased
### 5.3.0 / 2021-08-18
* Add support for Neural API
* Fix issue where `Delta` did not have a header attribute for expanded headers
* Fix ArgumentError when calling `Nylas::API#send!` due to missing double splat (**)
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.2.0"
VERSION = "5.3.0"
end

0 comments on commit 40dfb5a

Please sign in to comment.