diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bcb4f0..49b7366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [1.1.0](https://github.com/avbentem/raspi-uart-monitor/compare/v1.0.0...master) (future) +## [1.1.0](https://github.com/avbentem/raspi-uart-monitor/compare/v1.0.0...v1.1.0) (2018-06-01) ### New features diff --git a/package.json b/package.json index 83faf7b..73158eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raspi-uart-monitor", - "version": "1.0.0", - "description": "Monitors a Raspberry Pi UART, logging to rotating files and posting important events to Slack and/or Telegram", + "version": "1.1.0", + "description": "Monitors a Raspberry Pi UART, logging to rotating files and posting important events and basic reports to Slack and/or Telegram", "engines": { "node": ">=6.9.0" },