Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadG193 committed Jan 15, 2020
1 parent b3e0397 commit e1f4ecd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release=v0.0.0
release=v0.1.0
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



0 comments on commit e1f4ecd

Please sign in to comment.