Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit c2579ce

Browse files
Update version in readme, update changelog
1 parent a1371bb commit c2579ce

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
## Development
4+
5+
## 0.2.0 - 2018-01-23 - Bug Bounty Release 2
6+
7+
* Update contract, pypi & nmp version, update documentation. #334
8+
* Add withdraw tokens script for allowing the receiver to withdraw tokens without closing the channel. #398
9+
* Update documentation, switch to .rst. #345
10+
* Fix paywall url webui injection. #396
11+
* Smart contract - add underflow check in `settleChannel`. #394
12+
* Update eth ticker example. #393
13+
* Update docstrings. #386
414
* Fixed an issue caused by the contract version check including the maintenance number. #368
515
* `setup.py` now also performs npm compilation. #366
616
* README.md and diagrams were updated. #364
@@ -81,4 +91,4 @@
8191

8292
## 0.1.0 - 2017-12-01 - Bug Bounty Release
8393

84-
Initial release
94+
Initial release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Smart Contract
1010

11-
Current version: `0.1.0`. Verifiable with `RaidenMicroTransferChannels.call().version()`.
11+
Current version: `0.2.0`. Verifiable with `RaidenMicroTransferChannels.call().version()`.
1212
Note that a new µRaiden release might include changing the Ethereum address used for the smart contract, in case we need to deploy an improved contract version.
1313

1414
The `RaidenMicroTransferChannels` contract has been deployed on the main net: https://etherscan.io/address/0x4d6e0922e6b703f0fdf92745343a9b83eb656402

0 commit comments

Comments
 (0)