diff --git a/CHANGELOG.md b/CHANGELOG.md index 733a9d2..ef29a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.15.0 (2023-07-24) + +* Merge branch 'master' of github.com:atlas-bi/System ([523abf1](https://github.com/atlas-bi/System/commit/523abf1)) +* feat(edit): added ability to edit/delete monitors ([faefcc0](https://github.com/atlas-bi/System/commit/faefcc0)) + ## 1.14.1 (2023-07-21) * Merge branch 'master' of github.com:atlas-bi/System ([71ac382](https://github.com/atlas-bi/System/commit/71ac382)) diff --git a/package.json b/package.json index a18a164..f284882 100644 --- a/package.json +++ b/package.json @@ -187,5 +187,5 @@ "npm run format" ] }, - "version": "1.14.1" + "version": "1.15.0" }