diff --git a/CHANGELOG.md b/CHANGELOG.md index ba83748..2113267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.19.0 (2023-08-04) + +* Merge branch 'master' of github.com:atlas-bi/System ([9fb1166](https://github.com/atlas-bi/System/commit/9fb1166)) +* feat(cpu): monitor individual cpus, fix drive growth calc ([9ceee94](https://github.com/atlas-bi/System/commit/9ceee94)) + ## 1.18.2 (2023-08-03) * Merge branch 'master' of github.com:atlas-bi/System ([794eee4](https://github.com/atlas-bi/System/commit/794eee4)) diff --git a/package.json b/package.json index a7dbefb..2b263d2 100644 --- a/package.json +++ b/package.json @@ -187,5 +187,5 @@ "npm run format" ] }, - "version": "1.18.2" + "version": "1.19.0" }