Skip to content

Commit

Permalink
1.6.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiburu committed May 2, 2019
1 parent c63fac9 commit a76d6ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
for further information about branching and tagging conventions.

## Unreleased
###Added
* Builders for `CancelPollOp`, `UpdatePollEndTime`
* Unit tests for for `CancelPollOp`, `UpdatePollEndTime`
* Integration tests for `CancelPollOp`, `UpdatePollEndTime`
## [Unreleased]

## [1.6.0-rc.0] - 2019-05-02
### Added
- Builders for `CancelPollOp`, `UpdatePollEndTime`
- Unit tests for for `CancelPollOp`, `UpdatePollEndTime`
- Integration tests for `CancelPollOp`, `UpdatePollEndTime`

### Changed
* Use XDR revision 3.2.0
- Use XDR version 3.2.0

## [1.6.0-x.0] - 2019-04-26
### Added
Expand Down Expand Up @@ -82,7 +84,8 @@ for further information about branching and tagging conventions.

## [1.3.0] - 2019-03-01

[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.6.0-x.0...HEAD
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.6.0-rc.0...HEAD
[1.6.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.6.0-x.0...1.6.0-rc.0
[1.6.0-x.0]: https://github.com/tokend/new-js-sdk/compare/1.5.0...1.6.0-x.0
[1.5.0]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.1...1.5.0
[1.5.0-rc.1]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.0...1.5.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokend/js-sdk",
"version": "1.6.0-x.0",
"version": "1.6.0-rc.0",
"description": "js-sdk is a client-side SDK for TokenD asset tokenization platform.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a76d6ae

Please sign in to comment.