diff --git a/CHANGELOG.md b/CHANGELOG.md index 051a84c3..1fe5e3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.179](https://github.com/GeneralBots/BotServer/compare/2.0.178...2.0.179) (2022-10-22) + + +### Bug Fixes + +* **whatsapp.gblib:** FIX on HEAR ON after provider change. ([c66f9bf](https://github.com/GeneralBots/BotServer/commit/c66f9bfe041875bd2a528aef8eae884616de2e6b)) +* **whatsapp.gblib:** FIX on HEAR ON after provider change. ([1d8e7e1](https://github.com/GeneralBots/BotServer/commit/1d8e7e1763c6fce6e7bad83f6ae036f17f3141f9)) +* **whatsapp.gblib:** FIX on HEAR ON after provider change. ([916794f](https://github.com/GeneralBots/BotServer/commit/916794fc154cc16e1dce2dd7d7c523b25699e8d8)) + ## [2.0.178](https://github.com/GeneralBots/BotServer/compare/2.0.177...2.0.178) (2022-10-09) diff --git a/package.json b/package.json index cdab62f0..da514288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.178", + "version": "2.0.179", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",