From cd2354c34fbb9125f5bfdb2b6b65e18a8e6be5dd Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 26 Mar 2019 20:56:30 -0500 Subject: [PATCH] Updated changelog and package.json for release --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64eeede..f2bf5df 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 +## v1.2.1 - 2019-03-26 ### Fixed * Messages larger than 1024 bytes are now handled properly. diff --git a/package.json b/package.json index c772319..6af95e6 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-screenlogic", "description": "Tool for connecting to Pentair ScreenLogic systems on the local network", - "version": "1.2.0", + "version": "1.2.1", "main": "index.js", "license": "MIT", "repository": "https://github.com/parnic/node-screenlogic.git",