Skip to content

Commit 8bbfc69

Browse files
committed
[DataConnect] Fix changelog to list Enum work as unreleased (#7430)
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.
1 parent 463c69f commit 8bbfc69

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

firebase-dataconnect/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased
22

33
- [fixed] Addressed minor reference documentation issues (#7399)
4+
- [changed] Added classes `EnumValue` and `EnumValueSerializer`. These classes are identical to
5+
those produced by the Data Connect code generator; however, a future version of the code generator
6+
will start using these classes from the SDK rather than generating them.
7+
([#7153](https://github.com/firebase/firebase-android-sdk/pull/7153))
48

59
# 17.0.1
610

@@ -9,11 +13,6 @@
913
`DataConnectOperationException` with message "decoding data from the server's response failed: An
1014
unknown field for index -3" ([#7314](https://github.com/firebase/firebase-android-sdk/pull/7314))
1115

12-
* [changed] Added classes `EnumValue` and `EnumValueSerializer`. These classes are identical to
13-
those produced by the Data Connect code generator; however, a future version of the code generator
14-
will start using these classes from the SDK rather than generating them.
15-
([#7153](https://github.com/firebase/firebase-android-sdk/pull/7153))
16-
1716
# 17.0.0
1817

1918
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=17.0.2
1+
version=17.1.0
22
latestReleasedVersion=17.0.1

0 commit comments

Comments
 (0)