Skip to content

Commit 008b04c

Browse files
authored
Prepare release v0.8.0 (#1517)
* 0.7.0 -> v0.8.0 * Update change logs
1 parent dfea145 commit 008b04c

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

raiden-dapp/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.8.0] - 2020-05-14
6+
57
### Added
68

79
- [#1212] Allows user to view history of all transactions that has been made.
@@ -273,7 +275,8 @@
273275
- Add link to privacy policy.
274276
- Add basic transfer screen.
275277

276-
[unreleased]: https://github.com/raiden-network/light-client/compare/v0.7.0...HEAD
278+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.8.0...HEAD
279+
[0.8.0]: https://github.com/raiden-network/light-client/compare/v0.7.0...v0.8.0
277280
[0.7.0]: https://github.com/raiden-network/light-client/compare/v0.6.0...v0.7.0
278281
[0.6.0]: https://github.com/raiden-network/light-client/compare/v0.5.2...v0.6.0
279282
[0.5.2]: https://github.com/raiden-network/light-client/compare/v0.5.1...v0.5.2

raiden-dapp/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

raiden-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-dapp",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
66
"author": "brainbot labs est.",

raiden-ts/CHANGELOG.md

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

33
## [Unreleased]
4+
5+
## [0.8.0] - 2020-05-14
46
### Added
57
- [#1369] Monitoring based on channel's balance
68

@@ -186,7 +188,8 @@
186188
- Add protocol message implementation.
187189

188190

189-
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.7.0...HEAD
191+
[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.8.0...HEAD
192+
[0.8.0]: https://github.com/raiden-network/light-client/compare/v0.7.0...v0.8.0
190193
[0.7.0]: https://github.com/raiden-network/light-client/compare/v0.6.0...v0.7.0
191194
[0.6.0]: https://github.com/raiden-network/light-client/compare/v0.5.2...v0.6.0
192195
[0.5.2]: https://github.com/raiden-network/light-client/compare/v0.5.1...v0.5.2

raiden-ts/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

raiden-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-ts",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Raiden Light Client Typescript/Javascript SDK",
55
"main": "dist:cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)