Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #88 from comit-network/release/0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer authored Oct 7, 2020
2 parents 534cd1f + 9e4234a commit e03bbdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.4.1] - 2020-10-06

### Changed
- Replace `usize` with `bitcoin::Amount` in the primed transaction interfaces.

Expand Down Expand Up @@ -50,7 +52,9 @@ Also explicitly state the expected rate unit: sat/vByte.
- Add implementation of COMIT RFC-003 for Ether.
- Add implementation of COMIT RFC-003 for ERC-20.

[Unreleased]: https://github.com/coblox/blockchain-contracts/compare/0.3.2...HEAD
[Unreleased]: https://github.com/coblox/blockchain-contracts/compare/0.4.1...HEAD
[0.4.1]: https://github.com/coblox/blockchain-contracts/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/coblox/blockchain-contracts/compare/0.3.2...0.4.0
[0.3.2]: https://github.com/coblox/blockchain-contracts/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/coblox/blockchain-contracts/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/coblox/blockchain-contracts/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockchain_contracts"
version = "0.4.0"
version = "0.4.1"
authors = ["CoBloX developers <[email protected]>"]
edition = "2018"
description = "Blockchain contracts used by COMIT-network daemons to execute cryptographic protocols."
Expand Down

0 comments on commit e03bbdc

Please sign in to comment.