diff --git a/firebase-ai/CHANGELOG.md b/firebase-ai/CHANGELOG.md index dd818c29cec..8124611e322 100644 --- a/firebase-ai/CHANGELOG.md +++ b/firebase-ai/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased + +# 16.1.0 * [fixed] Fixed `FirebaseAI.getInstance` StackOverflowException (#6971) * [fixed] Fixed an issue that was causing the SDK to send empty `FunctionDeclaration` descriptions to the API. * [changed] Introduced the `Voice` class, which accepts a voice name, and deprecated the `Voices` class. @@ -7,7 +9,6 @@ * **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice` class. * [fixed] Fix incorrect model name in count token requests to the developer API backend - # 16.0.0 * [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported diff --git a/firebase-ai/gradle.properties b/firebase-ai/gradle.properties index 1c7c87996dd..e6719a371ef 100644 --- a/firebase-ai/gradle.properties +++ b/firebase-ai/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.1.0 -latestReleasedVersion=16.0.0 +version=16.1.1 +latestReleasedVersion=16.1.0 diff --git a/firebase-crashlytics-ndk/CHANGELOG.md b/firebase-crashlytics-ndk/CHANGELOG.md index 38387afdd12..00be64cfcd3 100644 --- a/firebase-crashlytics-ndk/CHANGELOG.md +++ b/firebase-crashlytics-ndk/CHANGELOG.md @@ -1,7 +1,9 @@ # Unreleased -* [changed] Updated `firebase-crashlytics` dependency to v19.4.4 +# 19.4.4 +* [changed] Updated `firebase-crashlytics` dependency to v19.4.4 + # 19.4.3 * [changed] Updated internal Crashpad version to commit `21a20e`. diff --git a/firebase-crashlytics-ndk/gradle.properties b/firebase-crashlytics-ndk/gradle.properties index 7ef5196b4b5..d5e8a94003d 100644 --- a/firebase-crashlytics-ndk/gradle.properties +++ b/firebase-crashlytics-ndk/gradle.properties @@ -1,2 +1,2 @@ -version=19.4.4 -latestReleasedVersion=19.4.3 +version=19.4.5 +latestReleasedVersion=19.4.4 diff --git a/firebase-crashlytics/CHANGELOG.md b/firebase-crashlytics/CHANGELOG.md index aace588a1fe..070dd19e8e1 100644 --- a/firebase-crashlytics/CHANGELOG.md +++ b/firebase-crashlytics/CHANGELOG.md @@ -1,6 +1,15 @@ # Unreleased + + +# 19.4.4 * [fixed] Fixed more strict mode violations + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-crashlytics` library. The Kotlin extensions library has no additional +updates. + # 19.4.3 * [fixed] Fixed UnbufferedIoViolation strict mode violation [#6822] diff --git a/firebase-crashlytics/gradle.properties b/firebase-crashlytics/gradle.properties index 7ef5196b4b5..d5e8a94003d 100644 --- a/firebase-crashlytics/gradle.properties +++ b/firebase-crashlytics/gradle.properties @@ -1,2 +1,2 @@ -version=19.4.4 -latestReleasedVersion=19.4.3 +version=19.4.5 +latestReleasedVersion=19.4.4 diff --git a/firebase-sessions/gradle.properties b/firebase-sessions/gradle.properties index 0a3e66d5a26..f2704e85093 100644 --- a/firebase-sessions/gradle.properties +++ b/firebase-sessions/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=2.1.2 -latestReleasedVersion=2.1.1 +version=2.1.3 +latestReleasedVersion=2.1.2