Skip to content

Commit

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



0 comments on commit fe06ab2

Please sign in to comment.