Skip to content

Commit cc3bb8e

Browse files
authored
Post release cleanup for m152 (#6212)
Signed-off-by: David Motsonashvili <[email protected]> Co-authored-by: davidmotson <[email protected]>
1 parent f4e5bd0 commit cc3bb8e

File tree

8 files changed

+40
-8
lines changed

8 files changed

+40
-8
lines changed

firebase-components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Unreleased
2+
3+
4+
# 18.0.1
25
* [fixed] updated proguard rules to keep component registrar working with newer proguard versions.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-components` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 17.1.2
514
* [changed] Internal changes to ensure only one interface is provided for
615
kotlinx.coroutines.CoroutineDispatcher interfaces when both firebase-common and
716
firebase-common-ktx provide them.
17+

firebase-components/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=18.0.1
16-
latestReleasedVersion=18.0.0
15+
version=18.0.2
16+
latestReleasedVersion=18.0.1

firebase-firestore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Unreleased
2+
3+
4+
# 25.1.0
25
* [feature] Add support for the VectorValue type. [#6154](//github.com/firebase/firebase-android-sdk/pull/6154)
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-firestore` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 25.0.0
514
* [feature] Enable queries with range & inequality filters on multiple fields. [#5729](//github.com/firebase/firebase-android-sdk/pull/5729)
615
* [changed] Internal improvements.
716
* [feature] Support conversion between `java.time.Instant` and `Timestamp` [#5853](//github.com/firebase/firebase-android-sdk/pull/5853)
817

18+
919
## Kotlin
1020
The Kotlin extensions library transitively includes the updated
1121
`firebase-firestore` library. The Kotlin extensions library has no additional

firebase-firestore/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=25.0.1
2-
latestReleasedVersion=25.0.0
1+
version=25.1.1
2+
latestReleasedVersion=25.1.0

firebase-messaging-directboot/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

33

4+
# 24.0.1
5+
* [unchanged] Updated to keep messaging SDK versions aligned.
6+
47
# 24.0.0
58
* [changed] Bump internal dependencies
69

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=24.0.1
2-
latestReleasedVersion=24.0.0
1+
version=24.0.2
2+
latestReleasedVersion=24.0.1
33
android.enableUnitTestBinaryResources=true

firebase-messaging/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Unreleased
2+
3+
4+
# 24.0.1
25
* [changed] Retry Topic Subscribe/Unsubscribe operations with exponential
36
backoff if they hit a quota error.
47
* [changed] Checked for notification_open duplicate logging based on message ID
58
instead of the Activity's Intent.
69

10+
11+
## Kotlin
12+
The Kotlin extensions library transitively includes the updated
13+
`firebase-messaging` library. The Kotlin extensions library has no additional
14+
updates.
15+
716
# 24.0.0
817
* [changed] Switched Firelog to use the new TransportBackend.
918
* [changed] Log analytics for notifications displayed by Google Play services on

firebase-messaging/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=24.0.1
2-
latestReleasedVersion=24.0.0
1+
version=24.0.2
2+
latestReleasedVersion=24.0.1
33
android.enableUnitTestBinaryResources=true

0 commit comments

Comments
 (0)