diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c3cda7..bd7f01ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.9.0] - 2019-11-21 +### Changed +- VBOX + - You can now buy and combine from the VBOX and your inventory at the same time. +- Performance + - Websocket messages are now compressed in transit. + +### Added +- Concede Round + - You can now concede game rounds, coward. + ## [1.8.5] - 2019-11-16 ### Fixed - Multiple ko event bug diff --git a/VERSION b/VERSION index ff2fd4fb..abb16582 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.5 \ No newline at end of file +1.9.0 \ No newline at end of file diff --git a/acp/package.json b/acp/package.json index 3ccf45a7..cd71a4c0 100644 --- a/acp/package.json +++ b/acp/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.8.5", + "version": "1.9.0", "description": "", "main": "index.js", "scripts": { diff --git a/client/package.json b/client/package.json index 7a3dbf28..81c6671c 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.8.5", + "version": "1.9.0", "description": "", "main": "index.js", "scripts": { diff --git a/ops/package.json b/ops/package.json index 786f8024..09284594 100644 --- a/ops/package.json +++ b/ops/package.json @@ -1,6 +1,6 @@ { "name": "mnml-ops", - "version": "1.8.5", + "version": "1.9.0", "description": "", "main": "index.js", "scripts": { diff --git a/server/Cargo.toml b/server/Cargo.toml index 5374775f..bed06eaa 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mnml" -version = "1.8.5" +version = "1.9.0" authors = ["ntr "] [dependencies]