From 2c627391e0438951d32c9560feb91c59874e1873 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:16:53 -0500 Subject: [PATCH] v5.15.0 --- CHANGELOG.md | 2 +- lib/nylas/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f468c1..3d59e18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### 5.15.0 / 2022-02-02 * Add local webhook testing support * Add `tzinfo`, `faye-websocket`, `eventmachine` as runtime dependencies diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index e052f255..dc86ec8c 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "5.14.0" + VERSION = "5.15.0" end