Skip to content

Commit

Permalink
chore: bump version to 2.0.0, add CHANGELOG (#582)
Browse files Browse the repository at this point in the history
* bump version to 2.0.0

Reason: we can't "unrelease". We point to 1.0.x version in other places.

See: #561

* add CHANGELOG with links to changes

* staying at 1.0.x, ignoring semver, it's OK ATM

* Update CHANGELOG.md

Co-Authored-By: Unnawut Leepaisalsuwanna <[email protected]>

Co-authored-by: Kevin Sullivan <[email protected]>
Co-authored-by: Unnawut Leepaisalsuwanna <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2020
1 parent d478475 commit bfbf7cc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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-13

## [1.0.2] - 2020-02-13

### Changed

- Start using "CHANGELOG.md"
- Event `BlockSubmitted` field `BlockNumber` renamed to `blknum` ([#581](https://github.com/omisego/plasma-contracts/pull/581))
- `ChallengeStandardExit`, `ChallengeOutputSpent`, `ChallengeInputSpent` take additional parameter - `senderData` ([#574](https://github.com/omisego/plasma-contracts/pull/574))
- `PaymentInFlightExitRouter.inFlightExits()` takes an array of in-flight exit IDs instead of a single ID ([#583](https://github.com/omisego/plasma-contracts/pull/583))
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": "0.0.2",
"version": "1.0.2",
"description": "Plasma Framework",
"directories": {
"test": "test"
Expand Down

0 comments on commit bfbf7cc

Please sign in to comment.