From 4f81b70bc2e6769feae087b6e2675411a6659c13 Mon Sep 17 00:00:00 2001 From: Rachel Prince Date: Wed, 16 Mar 2022 17:05:14 -0400 Subject: [PATCH 1/3] Update CHANGELOG from m112 release --- firebase-appdistribution/CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/firebase-appdistribution/CHANGELOG.md b/firebase-appdistribution/CHANGELOG.md index 11819eef7f0..c61694627fb 100644 --- a/firebase-appdistribution/CHANGELOG.md +++ b/firebase-appdistribution/CHANGELOG.md @@ -1,2 +1,17 @@ # Unreleased -- Initial public beta release \ No newline at end of file + +# Released + +## v20.0.6 (M112) + +#### Android library +* {{feature}} The Firebase App Distributio Android SDK is now available in beta. You + can use this SDK to notify testers in-app when a new test build is available. + To learn more, visit the + [reference documentation](/docs/reference/android/com/google/firebase/app-distribution/package-summary). + +#### Kotlin extensions +The Android library with Kotlin extensions is now available in +beta. The Kotlin extensions library transitively includes the base +`firebase-app-distribution` library. To learn more, visit the +[KTX reference documentation](/docs/reference/kotlin/com/google/firebase/app-distribution/ktx/package-summary). From 1b4a95bb39c6d0b9e3cc27a10f7a7d896e4a41ec Mon Sep 17 00:00:00 2001 From: Rachel Prince Date: Wed, 16 Mar 2022 17:19:41 -0400 Subject: [PATCH 2/3] include full link to docsite --- firebase-appdistribution/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firebase-appdistribution/CHANGELOG.md b/firebase-appdistribution/CHANGELOG.md index c61694627fb..bf65ec5a645 100644 --- a/firebase-appdistribution/CHANGELOG.md +++ b/firebase-appdistribution/CHANGELOG.md @@ -8,10 +8,10 @@ * {{feature}} The Firebase App Distributio Android SDK is now available in beta. You can use this SDK to notify testers in-app when a new test build is available. To learn more, visit the - [reference documentation](/docs/reference/android/com/google/firebase/app-distribution/package-summary). + [reference documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/appdistribution/package-summary). #### Kotlin extensions The Android library with Kotlin extensions is now available in beta. The Kotlin extensions library transitively includes the base `firebase-app-distribution` library. To learn more, visit the -[KTX reference documentation](/docs/reference/kotlin/com/google/firebase/app-distribution/ktx/package-summary). +[KTX reference documentation](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary). From d6769b9b08b1c2d8f87ab233e7b37c693dca5946 Mon Sep 17 00:00:00 2001 From: Rachel Prince Date: Thu, 17 Mar 2022 15:07:42 -0400 Subject: [PATCH 3/3] Fix typo --- firebase-appdistribution/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-appdistribution/CHANGELOG.md b/firebase-appdistribution/CHANGELOG.md index bf65ec5a645..41217f8995c 100644 --- a/firebase-appdistribution/CHANGELOG.md +++ b/firebase-appdistribution/CHANGELOG.md @@ -5,7 +5,7 @@ ## v20.0.6 (M112) #### Android library -* {{feature}} The Firebase App Distributio Android SDK is now available in beta. You +* {{feature}} The Firebase App Distribution Android SDK is now available in beta. You can use this SDK to notify testers in-app when a new test build is available. To learn more, visit the [reference documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/appdistribution/package-summary).