Skip to content

Commit 697d213

Browse files
committedAug 25, 2023
chore(release): 4.2.1 [skip ci]
## [4.2.1](4.2.0...4.2.1) (2023-08-25) ### Bug Fixes * Missing Proguard rules for R8 in full mode ([#1196](#1196)) ([7db0965](7db0965))
1 parent 7db0965 commit 697d213

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+
## [4.2.1](https://github.com/parse-community/Parse-SDK-Android/compare/4.2.0...4.2.1) (2023-08-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Missing Proguard rules for R8 in full mode ([#1196](https://github.com/parse-community/Parse-SDK-Android/issues/1196)) ([7db0965](https://github.com/parse-community/Parse-SDK-Android/commit/7db09650447db2e0f82247240ae51687189cd03f))
7+
18
# [4.2.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.1.0...4.2.0) (2023-02-22)
29

310

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = 4.2.0
1+
version = 4.2.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": "4.2.0",
3+
"version": "4.2.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/parse-community/Parse-SDK-Android.git"

0 commit comments

Comments
 (0)
Please sign in to comment.