From bf594b205b7b91a14a6aa8f9de6fea90cf6b4e7a Mon Sep 17 00:00:00 2001 From: Neil Enns Date: Wed, 17 Jun 2020 18:54:49 -0700 Subject: [PATCH] Update version in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebe902..88ca5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## Version 2.2.0 - Setting the `retain` property in `mqtt.conf` to `true` makes all MQTT messages get sent with the retain flag on. Default is `false`. Resolves [issue 249](https://github.com/danecreekphotography/node-deepstackai-trigger/issues/247).