Skip to content

Commit

Permalink
Update changelogs + versions (#5079)
Browse files Browse the repository at this point in the history
NO_RELEASE_CHANGE
  • Loading branch information
daymxn authored Jun 16, 2023
1 parent f76f697 commit 63f2071
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
6 changes: 6 additions & 0 deletions firebase-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Unreleased

# 20.3.3
* [fixed] Addressed issue with C++ being absent in user agent.

## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-common` library. The Kotlin extensions library has no additional
updates
4 changes: 2 additions & 2 deletions firebase-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=20.3.3
latestReleasedVersion=20.3.2
version=20.3.4
latestReleasedVersion=20.3.3
android.enableUnitTestBinaryResources=true
6 changes: 6 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Unreleased

# 20.3.3
* [fixed] Fixed app start trace creation where some measured time could be NULL (#4730).
* [changed] Adjusted default behavior when remote config fetch fails.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-performance` library. The Kotlin extensions library has no additional
updates.

# 20.3.2
* [changed] Updated JavaLite, protoc, protobuf-java-util to 3.21.11.

Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=20.3.3
latestReleasedVersion=20.3.2
version=20.3.4
latestReleasedVersion=20.3.3
android.enableUnitTestBinaryResources=true

7 changes: 7 additions & 0 deletions firebase-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Unreleased

# 20.2.1
* [changed] Migrated `firebase-storage` SDK to use standard Firebase executors.
(GitHub [#4830](//github.com/firebase/firebase-android-sdk/pull/4830){: .external})

## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-storage` library. The Kotlin extensions library has no additional
updates.

# 20.2.0
* [changed] Internal changes to ensure alignment with other SDK releases.

Expand Down
4 changes: 2 additions & 2 deletions firebase-storage/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=20.2.1
latestReleasedVersion=20.2.0
version=20.2.2
latestReleasedVersion=20.2.1
android.enableUnitTestBinaryResources=true

0 comments on commit 63f2071

Please sign in to comment.