diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f08fddee5..a74351aa69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Changes in [0.12.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.1) (2018-04-11) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0...v0.12.1) + + Changes in [0.12.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0) (2018-04-11) ===================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.7...v0.12.0) diff --git a/package.json b/package.json index 12c1695321..211fbb52c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.12.0", + "version": "0.12.1", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { @@ -72,7 +72,7 @@ "isomorphic-fetch": "^2.2.1", "linkifyjs": "^2.1.3", "lodash": "^4.13.1", - "matrix-js-sdk": "0.10.0-rc.2", + "matrix-js-sdk": "0.10.0", "optimist": "^0.6.1", "prop-types": "^15.5.8", "querystring": "^0.2.0",