Skip to content

Commit

Permalink
chore: release 1.0.4 (#603)
Browse files Browse the repository at this point in the history
* chore: changelog for 1.0.4 release

* chore: bump package version
  • Loading branch information
boolafish authored Mar 10, 2020
1 parent 8b408d9 commit a69c763
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ 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 - 2020-02-18
## [1.0.4] - 2020-03-10
- Fix broken canonicity in IFE processing. ([#591](https://github.com/omisego/plasma-contracts/pull/591))
- Fix in-flight exit input-spend-challenge using wrong index. ([#593](https://github.com/omisego/plasma-contracts/pull/593))
- Add document about block retrieval. ([#570](https://github.com/omisego/plasma-contracts/pull/570))

## [1.0.3] - 2020-02-18
- In-flight exit returns all unchallenged piggyback bonds even if user piggybacks the wrong canonicity. ([#585](https://github.com/omisego/plasma-contracts/pull/585))
Expand Down
2 changes: 1 addition & 1 deletion plasma_framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plasma_framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasma_framework",
"version": "1.0.3",
"version": "1.0.4",
"description": "Plasma Framework",
"directories": {
"test": "test"
Expand Down

0 comments on commit a69c763

Please sign in to comment.