Skip to content

Commit

Permalink
Merge pull request #8 from setswei/FixLMSensor
Browse files Browse the repository at this point in the history
add fix and updated changes.md with details
  • Loading branch information
nzlosh authored Feb 23, 2024
2 parents 1c8cd16 + b5b27ca commit 14155cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.2.0

* Fix LogicMonitor Sensor crash caused by updated upstream dependencies by pining werkzeug==2.0.3


## v1.1.0

* The logicmonitor/actions/<b>run.py</b> file was modified to return the API Response in the form of
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- LogicMonitor
- monitoring
- alerting
version: 1.1.0
version: 1.1.1
python_versions:
- "3"
author: LogicMonitor
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flask==2.0.3
requests
logicmonitor_sdk==2.0.163
werkzeug==2.0.3

0 comments on commit 14155cf

Please sign in to comment.