Skip to content

Commit bd3ac1d

Browse files
chore(release): 2.0.6 [skip ci]
## [2.0.6](2.0.5...2.0.6) (2021-11-16) ### Bug Fixes * missing pending intents mutability for Android 12+ ([#1139](#1139)) ([fbe8d87](fbe8d87))
1 parent fbe8d87 commit bd3ac1d

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+
## [2.0.6](https://github.com/parse-community/Parse-SDK-Android/compare/2.0.5...2.0.6) (2021-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* missing pending intents mutability for Android 12+ ([#1139](https://github.com/parse-community/Parse-SDK-Android/issues/1139)) ([fbe8d87](https://github.com/parse-community/Parse-SDK-Android/commit/fbe8d87cc0604c4c34866815307c07e99a125f45))
7+
18
## [2.0.5](https://github.com/parse-community/Parse-SDK-Android/compare/2.0.4...2.0.5) (2021-11-10)
29

310

gradle.properties

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

0 commit comments

Comments
 (0)