Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Update release notes and version number for 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Richards committed Jun 29, 2020
1 parent dd065f9 commit 8d55f14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 6087
versionName "4.0.0"
versionCode 6347
versionName "4.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
// "pm clear" command after each test invocation. This command ensures
Expand Down
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 4.0.1 (Build 6347)

Add the ability for users to control their tracked telemetry (linked through legacy telemetry client id) and prevent any further telemetry from being tracked for their account when they opt out.

Changes since last build:

- Add the legacy telemetry client id to the deletion request ping (#1195)

## 4.0.0 (Build 6087)

Add the ability to manually create an entry. Improve error messaging for the user. Autofill footer now adjusts to dark mode.
Expand Down

0 comments on commit 8d55f14

Please sign in to comment.