diff --git a/CHANGELOG.md b/CHANGELOG.md index cc51e3ff1..051e636b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.12.0 - 2022-01-20 +[NEW] Introduce Widget API method to manage Business Units (#677) +[IMPROVE] Update FA translations (#653) + ## 1.11.2 - 2022-01-10 [FIX] IME not working properly #674 diff --git a/package.json b/package.json index 279aac959..69be4003a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.11.2", + "version": "1.12.0", "files": [ "/build" ],