From bfbf7cc76cb2ba4564cc1e922dbc3a9bacb8c725 Mon Sep 17 00:00:00 2001 From: Paul Peregud Date: Mon, 17 Feb 2020 09:25:18 +0000 Subject: [PATCH] chore: bump version to 2.0.0, add CHANGELOG (#582) * bump version to 2.0.0 Reason: we can't "unrelease". We point to 1.0.x version in other places. See: https://github.com/omisego/plasma-contracts/issues/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 <921194+unnawut@users.noreply.github.com> Co-authored-by: Kevin Sullivan <4653170+kevsul@users.noreply.github.com> Co-authored-by: Unnawut Leepaisalsuwanna <921194+unnawut@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ plasma_framework/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..975c98089 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/plasma_framework/package.json b/plasma_framework/package.json index 444a807c0..0e146580c 100644 --- a/plasma_framework/package.json +++ b/plasma_framework/package.json @@ -1,6 +1,6 @@ { "name": "plasma_framework", - "version": "0.0.2", + "version": "1.0.2", "description": "Plasma Framework", "directories": { "test": "test"