Skip to content

Commit

Permalink
update changelog for 1.2.0 (#90)
Browse files Browse the repository at this point in the history
* update changelog for 1.2.0

* bump version

* update changelog for 1.2.0

* bump version

* update changelog

* add notifications check

Co-authored-by: Gregory Sukanto <[email protected]>
Co-authored-by: Raosan Fikri <[email protected]>
  • Loading branch information
3 people authored Mar 26, 2021
1 parent 2e6e387 commit 2f72d5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### [1.1.0] - 2021-03-22

#### Add
#### Added

- Counter threshold to make sure false positives
- Flags to make sure notification only send once for a failure series or success series.
Expand All @@ -36,6 +36,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enhanced error message
- Interval now per-probe instead of for all probe

### [1.1.0] - 2021-03-26

#### Added

- Whatsapp Notification Channel
- Sends notifications when Monika starts to check the notification settings
- Docs: add example to simulate HTML form submission POST request
- Docs: add instruction on how to run Monika in background

#### Changed

- Made Notifications optional in the configuration
- Improved log output
- Improved notification message

## [Planned]

### [1.2.0] - 2021-04-05
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperjumptech/monika",
"description": "Synthetic monitoring made easy",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"author": "@hyperjumptech",
"main": "lib/index.js",
Expand Down

0 comments on commit 2f72d5b

Please sign in to comment.