From ceff03e37feb46243ff38768f99782a604de4723 Mon Sep 17 00:00:00 2001 From: Prasad Ghangal Date: Wed, 16 Sep 2020 12:09:54 +0530 Subject: [PATCH] Release v0.2.2 --- .release | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release b/.release index 9d8aa49..d9c3e5d 100644 --- a/.release +++ b/.release @@ -1 +1 @@ -release=v0.2.1 +release=v0.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f170477..55eb30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.2.2](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.2) (2020-09-16) + +[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.1...v0.2.2) + +**Closed issues:** + +- Conversation update activity handler failing with infinite loop [\#47](https://github.com/infracloudio/msbotbuilder-go/issues/47) +- Need a way to mock authentication [\#46](https://github.com/infracloudio/msbotbuilder-go/issues/46) + +**Merged pull requests:** + +- Added test case with mock server [\#49](https://github.com/infracloudio/msbotbuilder-go/pull/49) ([coupa-sbawaskar](https://github.com/coupa-sbawaskar)) +- Fixed conversation update activity handler failing with infinite loop \#47 [\#48](https://github.com/infracloudio/msbotbuilder-go/pull/48) ([coupa-sbawaskar](https://github.com/coupa-sbawaskar)) + ## [v0.2.1](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.1) (2020-07-26) [Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.0...v0.2.1)