diff --git a/CHANGELOG.md b/CHANGELOG.md index 527500e575..391f73644a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.7.3](https://github.com/RocketChat/Rocket.Chat.Electron/compare/3.7.2...3.7.3) (2021-12-27) + + +### Bug Fixes + +* Object has destroyed message ([#2273](https://github.com/RocketChat/Rocket.Chat.Electron/issues/2273)) ([3560b93](https://github.com/RocketChat/Rocket.Chat.Electron/commit/3560b93a541d5ae0b00cb886228942e4525f7246)) + + + ## [3.7.1](https://github.com/RocketChat/Rocket.Chat.Electron/compare/3.7.0...3.7.1) (2021-12-20) diff --git a/package.json b/package.json index f1036aaac4..fd28bc0d7b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ ], "name": "rocketchat", "description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat", - "version": "3.7.2", + "version": "3.7.3", "author": "Rocket.Chat Support ", "copyright": "© 2016-2021, Rocket.Chat", "homepage": "https://rocket.chat",