From a22120ab9d7c1bc4707686707acc98ad543a588f Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 18 Oct 2020 02:07:30 +0000 Subject: [PATCH] chore(release): 2.0.12 [skip ci] ## [2.0.12](https://github.com/pragmatismo-io/BotServer/compare/2.0.11...2.0.12) (2020-10-18) ### Bug Fixes * **admin.gbapp:** AccessToken MSFT has changed. ([c36939e](https://github.com/pragmatismo-io/BotServer/commit/c36939e221de0ec3f21a84358de14f86bab385c7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cec0c1..a51214e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.12](https://github.com/pragmatismo-io/BotServer/compare/2.0.11...2.0.12) (2020-10-18) + + +### Bug Fixes + +* **admin.gbapp:** AccessToken MSFT has changed. ([c36939e](https://github.com/pragmatismo-io/BotServer/commit/c36939e221de0ec3f21a84358de14f86bab385c7)) + ## [2.0.11](https://github.com/pragmatismo-io/BotServer/compare/2.0.10...2.0.11) (2020-10-14) diff --git a/package.json b/package.json index 837b1302..4e4689fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.11", + "version": "2.0.12", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",