Skip to content

Commit c658995

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](3.0.0...3.0.1) (2022-05-26) ### Bug Fixes * users logged out after SDK upgrade due to different cache path; this fixes the bug that was introduced with release 3.0.0 which ignores SDK-internal data that is stored locally on the client side ([#1168](#1168)) ([ec7bd03](ec7bd03))
1 parent ec7bd03 commit c658995

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/parse-community/Parse-SDK-Android/compare/3.0.0...3.0.1) (2022-05-26)
2+
3+
4+
### Bug Fixes
5+
6+
* users logged out after SDK upgrade due to different cache path; this fixes the bug that was introduced with release 3.0.0 which ignores SDK-internal data that is stored locally on the client side ([#1168](https://github.com/parse-community/Parse-SDK-Android/issues/1168)) ([ec7bd03](https://github.com/parse-community/Parse-SDK-Android/commit/ec7bd03eb98310dd63d15398be344b0f5e5fd54f))
7+
18
# [3.0.0](https://github.com/parse-community/Parse-SDK-Android/compare/2.1.0...3.0.0) (2021-11-25)
29

310
### ⚠️ Warning

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = 3.0.0
1+
version = 3.0.1
22
android.enableJetifier = true
33
android.useAndroidX = true

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-android",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/parse-community/Parse-SDK-Android.git"

0 commit comments

Comments
 (0)