diff --git a/CHANGELOG.md b/CHANGELOG.md index 571e28e10..e570a8e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.1.0 - 2019-07-24 +* [CHORE] Code base maintenance +* [FIX] Sends the navigation history even when there is no room created +* [FIX] Auto reconnect when current connection closes +* [IMPROVE] German translation +* [NEW] Added two new API events +* [RFR] Improve French translation + ## 1.0.0 - 2019-03-13 * Release Livechat client as a community feature diff --git a/package.json b/package.json index 52397c629..d6ced330e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "repository": { "type": "git",