From e1f4ecd7cbd66d66075e3a36f7c4b671e29a508e Mon Sep 17 00:00:00 2001 From: Prasad Ghangal Date: Wed, 15 Jan 2020 11:29:15 +0530 Subject: [PATCH] Release v0.1.0 --- .release | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release b/.release index cc03ca2..9ef2608 100644 --- a/.release +++ b/.release @@ -1 +1 @@ -release=v0.0.0 +release=v0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5234b14 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log + +## [v0.1.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.1.0) (2020-01-15) +**Merged pull requests:** + +- 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)) +- Update README [\#14](https://github.com/infracloudio/msbotbuilder-go/pull/14) ([PrasadG193](https://github.com/PrasadG193)) +- Change data type of Attachment.Content [\#13](https://github.com/infracloudio/msbotbuilder-go/pull/13) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Add godoc, golint fixes [\#10](https://github.com/infracloudio/msbotbuilder-go/pull/10) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Reply to activity [\#6](https://github.com/infracloudio/msbotbuilder-go/pull/6) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- 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)) + + +