Skip to content

Commit

Permalink
Merge pull request hyperledger-labs#401 from perun-network/update-cha…
Browse files Browse the repository at this point in the history
…ngelog-v0.11.0

Update CHANGELOG to include v0.11.0 release
  • Loading branch information
iljabvh authored Feb 23, 2024
2 parents ba09048 + 3b0b86b commit d51ee68
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,49 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.11.0] Kiviuq - 2024-02-21 [:boom:]
Exposure of protobuf converters & `SignedState`, abstraction of tests and bug fixes.

## Added
- Add Fabric to backend list in README: [#377]
- Create new type `TransparentChannel` to expose `SignedState`: [#389]
- Update backend compatibility list in README: [#392]
- Add MAINTAINERS.md file, Update NOTICE: [#394]

## Fixed
- Fix sub-channel test: [#359]
- Fix Multi-Adjudicator Subscription: [#366]
- Use correct identity for client tests: [#376]
- Fix link to white paper in README: [#379]
- Fix linter copyright year checking in CI: [#389]
- Fix failing unit tests: [#399]

## Changed [:boom:]
- Abstract multiledger test, making it usable by backends: [#355]
- Abstract fund recovery test, making it usable by backends: [#370]
- Abstract virtual channel test, making it usable by backends: [#375]
- Expose protobuf converters: [#384] [#393]
- Use absolute module path in wire.proto: [#383]
- Create AppID Type to generalize app identifiers: [#378] [:boom:]


[#359]: https://github.com/hyperledger-labs/go-perun/pull/359
[#355]: https://github.com/hyperledger-labs/go-perun/pull/355
[#366]: https://github.com/hyperledger-labs/go-perun/pull/366
[#370]: https://github.com/hyperledger-labs/go-perun/pull/370
[#375]: https://github.com/hyperledger-labs/go-perun/pull/375
[#376]: https://github.com/hyperledger-labs/go-perun/pull/376
[#377]: https://github.com/hyperledger-labs/go-perun/pull/377
[#378]: https://github.com/hyperledger-labs/go-perun/pull/378
[#379]: https://github.com/hyperledger-labs/go-perun/pull/379
[#383]: https://github.com/hyperledger-labs/go-perun/pull/383
[#384]: https://github.com/hyperledger-labs/go-perun/pull/384
[#389]: https://github.com/hyperledger-labs/go-perun/pull/389
[#392]: https://github.com/hyperledger-labs/go-perun/pull/392
[#393]: https://github.com/hyperledger-labs/go-perun/pull/393
[#394]: https://github.com/hyperledger-labs/go-perun/pull/394
[#399]: https://github.com/hyperledger-labs/go-perun/pull/399


## [0.10.0] Janus - 2022-05-25 [:warning:]
Multi-ledger payment channels.
Expand Down Expand Up @@ -389,7 +431,8 @@ Initial release.
[:warning:]: #warning
[:boom:]: #breaking

[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.8.0...v0.9.0
Expand Down

0 comments on commit d51ee68

Please sign in to comment.