diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a54c50af..806113abfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,25 +17,6 @@ Changes in [0.9.1](https://github.com/vector-im/riot-web/releases/tag/v0.9.1) (2 * Add missing brackets to call to toUpperCase [\#2703](https://github.com/vector-im/riot-web/pull/2703) -Changes in [0.9.1](https://github.com/vector-im/riot-web/releases/tag/v0.9.1) (2016-12-09) -========================================================================================== -[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.1-rc.2...v0.9.1) - - * Update README to say how to build the desktop app - [\#2732](https://github.com/vector-im/riot-web/pull/2732) - * Add signing ID in release_config.yaml - [\#2731](https://github.com/vector-im/riot-web/pull/2731) - * Makeover! - [\#2722](https://github.com/vector-im/riot-web/pull/2722) - * Fix broken tests - [\#2730](https://github.com/vector-im/riot-web/pull/2730) - * Make the 'loading' tests work in isolation - [\#2727](https://github.com/vector-im/riot-web/pull/2727) - * Use a PNG for the icon on non-Windows - [\#2708](https://github.com/vector-im/riot-web/pull/2708) - * Add missing brackets to call to toUpperCase - [\#2703](https://github.com/vector-im/riot-web/pull/2703) - Changes in [0.9.1-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.9.1-rc.2) (2016-12-06) ==================================================================================================== [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.1-rc.1...v0.9.1-rc.2) diff --git a/package.json b/package.json index 99e34b4534..affdfe4b6d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron/src/electron-main.js", - "version": "0.9.1", + "version": "0.9.1-rc.2", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {