diff --git a/Cargo.lock b/Cargo.lock index 53a7528bf..18d85498e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "create-comit-app" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/create/CHANGELOG.md b/create/CHANGELOG.md index a310421fc..7eee16b98 100644 --- a/create/CHANGELOG.md +++ b/create/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.9.0] - 2020-02-20 + ## Changed - Upgrade to `comit-sdk@0.11.1` to use the new and improved `TakerNegotiator` interface. @@ -113,7 +115,8 @@ Meaning that now COMIT Apps must depends on `comit-scripts` package instead of ` First Release 🎉 -[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.8.3...HEAD +[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.9.0...HEAD +[0.9.0]: https://github.com/comit-network/create-comit-app/compare/0.8.3...0.9.0 [0.8.3]: https://github.com/comit-network/create-comit-app/compare/0.8.2...0.8.3 [0.8.2]: https://github.com/comit-network/create-comit-app/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...0.8.1 diff --git a/create/Cargo.toml b/create/Cargo.toml index 63e80c06b..d344f6af6 100644 --- a/create/Cargo.toml +++ b/create/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-comit-app" -version = "0.8.3" +version = "0.9.0" authors = ["CoBloX developers "] edition = "2018" diff --git a/create/npm/package.json b/create/npm/package.json index 0a3fb3602..5b68c6376 100644 --- a/create/npm/package.json +++ b/create/npm/package.json @@ -1,6 +1,6 @@ { "name": "create-comit-app", - "version": "0.8.3", + "version": "0.9.0", "description": "Create a new COMIT app with one command.", "main": "./main.js", "scripts": {