From 0fce9b3c3cab742b90b64fd1d45a9222cff59a8b Mon Sep 17 00:00:00 2001 From: Dave Alden Date: Sat, 3 Oct 2020 12:27:26 +0100 Subject: [PATCH] (Doc): Update CHANGELOG.md with unreleased changes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2143e67..ef356eaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ * Resolves [#520](https://github.com/dpa99c/cordova-plugin-firebasex/issues/520). * (Feature): Add setLanguageCode method for Firebase Auth * Merged from PR [#527](https://github.com/dpa99c/cordova-plugin-firebasex/pull/527). +* (iOS): Bump podspec versions for Firebase iOS SDK to v6.33.0. + * Resolves [#530](https://github.com/dpa99c/cordova-plugin-firebasex/issues/530). +* (Android): Bump pinned Firebase SDK dependencies to latest release versions. +* (Types) Export interfaces in types definition. + * Resolves [#529](https://github.com/dpa99c/cordova-plugin-firebasex/issues/529). # Version 11.0.1 * (iOS) Set the Sign In with Apple capability based on the `IOS_ENABLE_APPLE_SIGNIN` plugin variable.