Skip to content

Commit

Permalink
v5.16.0 Release (#408)
Browse files Browse the repository at this point in the history
New Nylas Ruby SDK v5.16.0 release brings the following additions:
* Add missing `provider_id` attribute to `Label` (#404)
* Add missing job status webhook triggers (#403)
* Fix `MESSAGE_LINK_CLICKED` trigger (#403)
  • Loading branch information
mrashed-dev committed Mar 14, 2023
1 parent 5bf0561 commit 860d8b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

### Unreleased
* Fix `MESSAGE_LINK_CLICKED` trigger
### 5.16.0 / 2022-03-14
* Add missing `provider_id` attribute to `Label`
* Add `organizer_email` and `organizer_name` to `Event`
* Add missing job status webhook triggers
* Fix `MESSAGE_LINK_CLICKED` trigger

### 5.15.0 / 2022-02-02
* Add local webhook testing support
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.15.0"
VERSION = "5.16.0"
end

0 comments on commit 860d8b6

Please sign in to comment.