diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c88a1ca0..95708547c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,38 @@ ### Features - #796: Update Firebase SDK Version to 5.x -# Version 1.1.4 - ### Bug Fixes - #822: Can't use initFirebase() on 1.1.3 [Firebase isn't initialized] - #827: doc missing: initFirebase call needed before anything - #824: Removed initRemoteConfig method + +# Version 1.1.4 (deprecated) + +This version has been deprecated due to complications with PR #784 + +# Version 1.1.3 (deprecated) + +This version has been deprecated due to complications with PR #784 + +# Version 1.1.2 (deprecated) + +This version has been deprecated due to complications with PR #784 + +# Version 1.1.1 (deprecated) + +This version has been deprecated due to complications with PR #784 + +# Version 1.1.0 (deprecated) + +This version has been deprecated due to complications with PR #784 + +# Version 1.0.5 + +To force cordova to use this version, add the following to your project's config.xml: +``` + +``` +or by running: +``` +cordova plugin add cordova-plugin-firebase@1.0.5 --save +```