From bab94fd01cc30220dc40b7dafe80d61d5684f627 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Thu, 2 Oct 2025 12:52:12 -0400 Subject: [PATCH] [DataConnect] Fix changelog to list Enum work as unreleased The change #7153 was not part of the 17.0.1 release, so it should be part of the unreleased section. Also, since it introduces API changes, it requires a minor version bump. --- firebase-dataconnect/CHANGELOG.md | 9 ++++----- firebase-dataconnect/gradle.properties | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/firebase-dataconnect/CHANGELOG.md b/firebase-dataconnect/CHANGELOG.md index 333fbfb10de..05a00870315 100644 --- a/firebase-dataconnect/CHANGELOG.md +++ b/firebase-dataconnect/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased - [fixed] Addressed minor reference documentation issues (#7399) +- [changed] Added classes `EnumValue` and `EnumValueSerializer`. These classes are identical to + those produced by the Data Connect code generator; however, a future version of the code generator + will start using these classes from the SDK rather than generating them. + ([#7153](https://github.com/firebase/firebase-android-sdk/pull/7153)) # 17.0.1 @@ -9,11 +13,6 @@ `DataConnectOperationException` with message "decoding data from the server's response failed: An unknown field for index -3" ([#7314](https://github.com/firebase/firebase-android-sdk/pull/7314)) -* [changed] Added classes `EnumValue` and `EnumValueSerializer`. These classes are identical to - those produced by the Data Connect code generator; however, a future version of the code generator - will start using these classes from the SDK rather than generating them. - ([#7153](https://github.com/firebase/firebase-android-sdk/pull/7153)) - # 17.0.0 - [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher. diff --git a/firebase-dataconnect/gradle.properties b/firebase-dataconnect/gradle.properties index 5edbef4515b..3cc599b9342 100644 --- a/firebase-dataconnect/gradle.properties +++ b/firebase-dataconnect/gradle.properties @@ -1,2 +1,2 @@ -version=17.0.2 +version=17.1.0 latestReleasedVersion=17.0.1