From 5ab5af9239ee56bd14a4aea41c75f717eda9d562 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:11:08 +0000 Subject: [PATCH] chore(main): release 1.1.7 --- CHANGELOG.md | 13 +++++++++++++ Gemfile.lock | 2 +- lib/pager_tree/integrations/version.rb | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227cf1c..5753a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.7](https://github.com/PagerTree/pager_tree-integrations/compare/v1.1.6...v1.1.7) (2025-12-30) + + +### Features + +* Twilio Live Call Routing max wait time ([#135](https://github.com/PagerTree/pager_tree-integrations/issues/135)) ([b6bc619](https://github.com/PagerTree/pager_tree-integrations/commit/b6bc61987b6ffe033eb03f8cddada00b46146445)) + + +### Bug Fixes + +* Adding back the acknowledge action for integrations ([e37155f](https://github.com/PagerTree/pager_tree-integrations/commit/e37155f138afe833fd8a97130f183c755e7260c6)) +* elastalert send 200 even for soft blocks ([4548a54](https://github.com/PagerTree/pager_tree-integrations/commit/4548a5489d6a8fd43019d4a5744710fdd4981ec8)) + ## [1.1.6](https://github.com/PagerTree/pager_tree-integrations/compare/v1.1.5...v1.1.6) (2022-10-05) diff --git a/Gemfile.lock b/Gemfile.lock index 0c3e417..64dc375 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pager_tree-integrations (1.1.6) + pager_tree-integrations (1.1.7) jmespath (~> 1.0) rails (>= 7.0.1) diff --git a/lib/pager_tree/integrations/version.rb b/lib/pager_tree/integrations/version.rb index a77b9d2..8252bdb 100644 --- a/lib/pager_tree/integrations/version.rb +++ b/lib/pager_tree/integrations/version.rb @@ -1,5 +1,5 @@ module PagerTree module Integrations - VERSION = "1.1.6" + VERSION = "1.1.7" end end