diff --git a/.release b/.release index 9ef2608..398520f 100644 --- a/.release +++ b/.release @@ -1 +1 @@ -release=v0.1.0 +release=v0.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5234b14..7b741d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,30 @@ # Change Log +## [v0.2.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.0) (2020-03-15) +[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.1.0...v0.2.0) + +**Closed issues:** + +- Add a sample for proactive message [\#28](https://github.com/infracloudio/msbotbuilder-go/issues/28) +- Add support for file upload [\#25](https://github.com/infracloudio/msbotbuilder-go/issues/25) +- Add support for attachments [\#12](https://github.com/infracloudio/msbotbuilder-go/issues/12) +- Add support for proactive messages [\#11](https://github.com/infracloudio/msbotbuilder-go/issues/11) +- Cache the JWT token used to send activity [\#9](https://github.com/infracloudio/msbotbuilder-go/issues/9) +- Cache JWK document [\#8](https://github.com/infracloudio/msbotbuilder-go/issues/8) +- Add CI build [\#7](https://github.com/infracloudio/msbotbuilder-go/issues/7) + +**Merged pull requests:** + +- Add invoke activity handler to support file upload [\#32](https://github.com/infracloudio/msbotbuilder-go/pull/32) ([PrasadG193](https://github.com/PrasadG193)) +- Add support for proactive messages [\#27](https://github.com/infracloudio/msbotbuilder-go/pull/27) ([PrasadG193](https://github.com/PrasadG193)) +- add package cache [\#24](https://github.com/infracloudio/msbotbuilder-go/pull/24) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Add license headers [\#21](https://github.com/infracloudio/msbotbuilder-go/pull/21) ([PrasadG193](https://github.com/PrasadG193)) +- Add godoc reference badge in README [\#18](https://github.com/infracloudio/msbotbuilder-go/pull/18) ([PrasadG193](https://github.com/PrasadG193)) + ## [v0.1.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.1.0) (2020-01-15) **Merged pull requests:** +- Add sample for sending proactive messages [\#31](https://github.com/infracloudio/msbotbuilder-go/pull/31) ([PrasadG193](https://github.com/PrasadG193)) - Add release script [\#17](https://github.com/infracloudio/msbotbuilder-go/pull/17) ([PrasadG193](https://github.com/PrasadG193)) - Address go vet complaints [\#16](https://github.com/infracloudio/msbotbuilder-go/pull/16) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) - Add CI checks [\#15](https://github.com/infracloudio/msbotbuilder-go/pull/15) ([PrasadG193](https://github.com/PrasadG193)) @@ -13,7 +35,6 @@ - Add interfaces for components [\#5](https://github.com/infracloudio/msbotbuilder-go/pull/5) ([PrasadG193](https://github.com/PrasadG193)) - Fix token validation issue [\#3](https://github.com/infracloudio/msbotbuilder-go/pull/3) ([PrasadG193](https://github.com/PrasadG193)) - Merge develop to master [\#2](https://github.com/infracloudio/msbotbuilder-go/pull/2) ([PrasadG193](https://github.com/PrasadG193)) -- Authenticate requests from connector to bot [\#1](https://github.com/infracloudio/msbotbuilder-go/pull/1) ([sahil-lakhwani](https://github.com/sahil-lakhwani))