diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf7de45..fbb50c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.6.1] - 2017-03-27 + ### Changed - Simplify VideoXBlock installation by bundling JS/CSS dependencies into @@ -127,4 +129,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [0.4.0]: https://github.com/raccoongang/xblock-video/compare/v0.3.0-alpha...v0.4.0 [0.5.0]: https://github.com/raccoongang/xblock-video/compare/v0.4.0...v0.5.0 [0.6.0]: https://github.com/raccoongang/xblock-video/compare/v0.5.0...v0.6.0 -[Unreleased]: https://github.com/raccoongang/xblock-video/compare/v0.6.0...HEAD +[0.6.1]: https://github.com/raccoongang/xblock-video/compare/v0.6.0...v0.6.1 +[Unreleased]: https://github.com/raccoongang/xblock-video/compare/v0.6.1...HEAD diff --git a/README.md b/README.md index 7b1dc3f4..a7c8fa21 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Sample default settings in `/edx/app/edxapp/cms.env.json`: ```json "XBLOCK_SETTINGS": { "video_xblock": { - "3playmedia_api_key": "987654321", + "threeplaymedia_apikey": "987654321", "account_id": "1234567890" } }