From 2f72d5be5cba1aa90ff18bb08605b43a3cc47bae Mon Sep 17 00:00:00 2001 From: Nico Prananta Date: Fri, 26 Mar 2021 09:44:54 +0100 Subject: [PATCH] update changelog for 1.2.0 (#90) * 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 Co-authored-by: Raosan Fikri --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9518b207f..d2fdacb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index bb064baf5..21e6804e4 100644 --- a/package.json +++ b/package.json @@ -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",