Skip to content

Commit

Permalink
v1.1.2_release (#534)
Browse files Browse the repository at this point in the history
* v1.1.2_release

* fix pr num
  • Loading branch information
shenao78 authored Apr 23, 2020
1 parent 2aafa73 commit c24c174
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions docs/release-notes/release-notes-1.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Vapor version 1.1.2 is now available from:

https://github.com/Bytom/vapor/releases/tag/v1.1.2


Please report bugs using the issue tracker at github:

https://github.com/Bytom/vapor/issues



1.1.2 changelog
================
__Vapor Node__

+ `PR #533`
- Support BTC asset cross-chain.
+ `PR #527`
- Support update to mov node for the nodes not updated at specified time and add some related test case.
+ `PR #523`
- Fix the refund from matching transaction may result in asset unbalance problem.


Credits
--------

Thanks to everyone who directly contributed to this release:

- Colt-Z
- HAOYUatHZ
- ipqhjjybj
- langyu
- Paladz
- shenao78
- shengling2008
- oysheng
- zcc0721
- ZhitingLin

And everyone who helped test.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

var (
// The full version string
Version = "1.1.1"
Version = "1.1.2"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit string
Status *UpdateStatus
Expand Down

0 comments on commit c24c174

Please sign in to comment.