From 76afe8acf2a308cf34df07857d174557aca137cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:14:48 -0700 Subject: [PATCH] chore(main): release 1.1.3 (#79) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/pager_tree/integrations/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d9fd7..6012dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/PagerTree/pager_tree-integrations/compare/v1.1.2...v1.1.3) (2022-09-22) + + +### Bug Fixes + +* live call routing ([ef0a3ea](https://github.com/PagerTree/pager_tree-integrations/commit/ef0a3eacd07a727780cf89dbab02e62794f0c806)) + ## [1.1.2](https://github.com/PagerTree/pager_tree-integrations/compare/v1.1.1...v1.1.2) (2022-09-21) diff --git a/lib/pager_tree/integrations/version.rb b/lib/pager_tree/integrations/version.rb index 1abd460..3c9624c 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.2" + VERSION = "1.1.3" end end