From a08c5d1594b3a083671b493804eb1970c1ce6441 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Feb 2024 12:33:24 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] # [4.3.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.2.1...4.3.0) (2024-02-18) ### Features * Add support for uploading a `ParseFile` from a URI ([#1207](https://github.com/parse-community/Parse-SDK-Android/issues/1207)) ([83aec68](https://github.com/parse-community/Parse-SDK-Android/commit/83aec68cb7f95e0116b3878b8cda099fd3a2e200)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e16b67d..16d57713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.3.0](https://github.com/parse-community/Parse-SDK-Android/compare/4.2.1...4.3.0) (2024-02-18) + + +### Features + +* Add support for uploading a `ParseFile` from a URI ([#1207](https://github.com/parse-community/Parse-SDK-Android/issues/1207)) ([83aec68](https://github.com/parse-community/Parse-SDK-Android/commit/83aec68cb7f95e0116b3878b8cda099fd3a2e200)) + ## [4.2.1](https://github.com/parse-community/Parse-SDK-Android/compare/4.2.0...4.2.1) (2023-08-25) diff --git a/gradle.properties b/gradle.properties index 76b67328..5582f05c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 4.2.1 +version = 4.3.0 android.enableJetifier = true android.useAndroidX = true diff --git a/package-lock.json b/package-lock.json index 6c5a415a..ff79d873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-sdk-android", - "version": "4.2.1", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab6ac547..39ab009a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-sdk-android", - "version": "4.2.1", + "version": "4.3.0", "repository": { "type": "git", "url": "git+https://github.com/parse-community/Parse-SDK-Android.git"