From 49ea260e726100ab1419e4402f80f5a5245116f4 Mon Sep 17 00:00:00 2001 From: Dave Alden Date: Mon, 29 Mar 2021 15:29:02 +0100 Subject: [PATCH] Minor version: 12.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b88dc548..fcbd7db79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 12.1.0 +* (iOS & Android) feature: Add support for Firebase Installations SDK. + * Resolves [#603](https://github.com/dpa99c/cordova-plugin-firebasex/issues/603) +* (iOS) feature: Implement [Firebase Functions](https://firebase.google.com/docs/functions/callable) + * Relates to PR [#509](https://github.com/dpa99c/cordova-plugin-firebasex/pull/509). + # Version 12.0.0 * (iOS) BREAKING CHANGE: Major version update to Firebase iOS SDK from v6 to v7 ([v7.8.1 - 12 March 2021](https://firebase.google.com/support/release-notes/ios#version_781_-_march_12_2021)) * Requires `cocoapods@1.10` (previously `cocoapods@1.9`) diff --git a/package.json b/package.json index a3aeec445..e327d357b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-firebasex", - "version": "12.0.0", + "version": "12.1.0", "description": "Cordova plugin for Google Firebase", "types": "./types/index.d.ts", "author": { diff --git a/plugin.xml b/plugin.xml index 9e14bdbef..87cbee5fd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - Google Firebase Plugin