@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.10.0] Janus - 2022-05-25 [ :warning : ]
10+ Multi-ledger payment channels.
11+
12+ ### Added
13+ - Multi-ledger payment channels: [ #337 ]
14+ - App channel test: [ #339 ]
15+
16+ ### Changed
17+ - Revise dispute test: [ #340 ]
18+ - Enable require in client tests: [ #341 ]
19+
20+ ### Fixed
21+ - Satisfy linter warnings: [ #342 ]
22+
23+ ### Removed
24+ - Remove go-ethereum dependency: [ #338 ]
25+
26+ [ #337 ] : https://github.com/hyperledger-labs/go-perun/pull/337
27+ [ #338 ] : https://github.com/hyperledger-labs/go-perun/pull/338
28+ [ #339 ] : https://github.com/hyperledger-labs/go-perun/pull/339
29+ [ #340 ] : https://github.com/hyperledger-labs/go-perun/pull/340
30+ [ #341 ] : https://github.com/hyperledger-labs/go-perun/pull/341
31+ [ #342 ] : https://github.com/hyperledger-labs/go-perun/pull/342
32+
933## [ 0.9.1] Io Pioneer - 2022-04-14 [ :warning : ]
1034Moved Ethereum backend to separate repository.
1135
@@ -365,7 +389,8 @@ Initial release.
365389[ :warning: ] : #warning
366390[ :boom: ] : #breaking
367391
368- [ Unreleased ] : https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...HEAD
392+ [ Unreleased ] : https://github.com/hyperledger-labs/go-perun/compare/v0.10.0...HEAD
393+ [ 0.10.0 ] : https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...v0.10.0
369394[ 0.9.1 ] : https://github.com/hyperledger-labs/go-perun/compare/v0.9.0...v0.9.1
370395[ 0.9.0 ] : https://github.com/hyperledger-labs/go-perun/compare/v0.8.0...v0.9.0
371396[ 0.8.0 ] : https://github.com/hyperledger-labs/go-perun/compare/v0.7.0...v0.8.0
0 commit comments