diff --git a/CHANGELOG.md b/CHANGELOG.md
index f17a664..ef5ab06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.1.0] - 2020-03-01
### Added
- Ability to show buttons for controlling pool equipment (with a touch screen, for example). NOTE: running `npm install` again is necessary after upgrading to this version if the heat controls are used.
diff --git a/README.md b/README.md
index 4a8593b..81ff0b2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# MMM-ScreenLogic
-A MagicMirror² module used to connect to a local Pentair ScreenLogic pool controller system. Tested with MagicMirror² v2.2.2, v2.3.1 servers, Chrome 65 on Windows 10 and Midori 0.4.3 on a Raspberry Pi Zero W with Raspbian Jessie. Tested with a Pentair ScreenLogic system running version 5.2 Build 736.0 Rel.
+A MagicMirror² module used to connect to a local Pentair ScreenLogic pool controller system.
## Installation
1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/parnic/MMM-ScreenLogic.git`.
diff --git a/package.json b/package.json
index 9f7f22b..ddf798c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "magic-mirror-module-screenlogic",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "Show data from Pentair ScreenLogic systems",
"main": "MMM-ScreenLogic.js",
"author": "Chris Pickett",