Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](4.0.0...4.1.0) (2022-08-26)

### Bug Fixes

* exception on concurrent download of `ParseFile` from multiple threads ([#1180](#1180)) ([44b1914](44b1914))

### Features

* upgrade various dependencies ([#1181](#1181)) ([c455f4a](c455f4a))
  • Loading branch information
semantic-release-bot committed Aug 26, 2022
1 parent 0b59c79 commit 3728b0b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [4.1.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.0.0...4.1.0) (2022-08-26)


### Bug Fixes

* exception on concurrent download of `ParseFile` from multiple threads ([#1180](https://github.com/parse-community/Parse-SDK-Android/issues/1180)) ([44b1914](https://github.com/parse-community/Parse-SDK-Android/commit/44b191497a29429bca0ab6bf44fb63c69515b3c9))

### Features

* upgrade various dependencies ([#1181](https://github.com/parse-community/Parse-SDK-Android/issues/1181)) ([c455f4a](https://github.com/parse-community/Parse-SDK-Android/commit/c455f4a4c183c7c11f57c9662542829e82b207ad))

# [4.0.0](https://github.com/parse-community/Parse-SDK-Android/compare/3.0.1...4.0.0) (2022-06-10)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 4.0.0
version = 4.1.0
android.enableJetifier = true
android.useAndroidX = true
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-sdk-android",
"version": "4.0.0",
"version": "4.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/parse-community/Parse-SDK-Android.git"
Expand Down

0 comments on commit 3728b0b

Please sign in to comment.