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

Commit 8d55f14

Browse files
author
Elise Richards
committed
Update release notes and version number for 4.0.1
1 parent dd065f9 commit 8d55f14

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
minSdkVersion 24
2323
//noinspection OldTargetApi
2424
targetSdkVersion 28
25-
versionCode 6087
26-
versionName "4.0.0"
25+
versionCode 6347
26+
versionName "4.0.1"
2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
// The following argument makes the Android Test Orchestrator run its
2929
// "pm clear" command after each test invocation. This command ensures

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 4.0.1 (Build 6347)
4+
5+
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.
6+
7+
Changes since last build:
8+
9+
- Add the legacy telemetry client id to the deletion request ping (#1195)
10+
311
## 4.0.0 (Build 6087)
412

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

0 commit comments

Comments
 (0)