Skip to content

Commit 05ce96b

Browse files
chore(main): release 1.1.7
1 parent 9091068 commit 05ce96b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.7](https://github.com/PagerTree/pager_tree-integrations/compare/v1.1.6...v1.1.7) (2023-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Adding back the acknowledge action for integrations ([e37155f](https://github.com/PagerTree/pager_tree-integrations/commit/e37155f138afe833fd8a97130f183c755e7260c6))
9+
* elastalert send 200 even for soft blocks ([4548a54](https://github.com/PagerTree/pager_tree-integrations/commit/4548a5489d6a8fd43019d4a5744710fdd4981ec8))
10+
311
## [1.1.6](https://github.com/PagerTree/pager_tree-integrations/compare/v1.1.5...v1.1.6) (2022-10-05)
412

513

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pager_tree-integrations (1.1.6)
4+
pager_tree-integrations (1.1.7)
55
rails (>= 7.0.1)
66

77
GEM
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module PagerTree
22
module Integrations
3-
VERSION = "1.1.6"
3+
VERSION = "1.1.7"
44
end
55
end

0 commit comments

Comments
 (0)