diff --git a/RELEASENOTES.md b/RELEASENOTES.md new file mode 100644 index 0000000..7f1286b --- /dev/null +++ b/RELEASENOTES.md @@ -0,0 +1,34 @@ + +## Release Notes for cordova-plugin-chromecast + +### 1.1.0 (2020-11-1) + +* Update Google Cast SDKs (iOS -> 4.4.8, android -> 19.0.0) +* (android) simulate mediaSessionId +* Add Audiobook chapter metadata +* (android) Fix queue bug: media returned with no items +* (android) [Issue #73] Fix Push Notification stop casting button +* [Live stream issue](https://github.com/miloproductionsinc/cordova-plugin-chromecast/issues/11) Fix for live stream media + +### 1.0.0 (2020-01-24) + +* For full list of changes, see PR #54 diff --git a/package.json b/package.json index cf8c2f2..34c0f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-chromecast", - "version": "1.1.0-dev", + "version": "1.1.0", "scripts": { "host-chrome-tests": "node tests/www/chrome/host-tests.js", "style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js", diff --git a/plugin.xml b/plugin.xml index f646643..f5fe164 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.1.0">