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

Commit 8a66e26

Browse files
author
Elise Richards
committed
Update release notes and version name for 2.0.1.
1 parent 4be19b4 commit 8a66e26

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
minSdkVersion 24
2222
//noinspection OldTargetApi
2323
targetSdkVersion 26
24-
versionCode 4824
25-
versionName "2.0.0"
24+
versionCode 4939
25+
versionName "2.0.1"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
// The following argument makes the Android Test Orchestrator run its
2828
// "pm clear" command after each test invocation. This command ensures

docs/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Release Notes
22

3+
## 2.0.1 (Build 4939)
4+
5+
Cache access tokens.
6+
7+
All changes since version 2.0.0:
8+
9+
- Add token caching and token rotation (#945)
10+
311
## 2.0.0 (Build 4824)
412

513
Refine telemetry for sync and fix crashes.
614

7-
All changes since version 1.1.3:
15+
All changes since version 1.1.3:
816

917
- Telemetry for sync (#835)
1018
- String updates for localization (#852)

0 commit comments

Comments
 (0)