Skip to content

Commit 5f155db

Browse files
Copilotmtrezza
andcommitted
Add changelog entry and bump version to 8.0.2
Added changelog entry for PR #1048 documenting the fix for ParseXFile uploading files with incorrect content-type. Version bumped from 8.0.1 to 8.0.2. Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
1 parent d552c34 commit 5f155db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [8.0.2](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-8.0.1...dart-8.0.2) (2025-11-28)
2+
3+
### Bug Fixes
4+
5+
* `ParseXFile` uploads file with content-type `application/octet-stream` if not explicitly set ([#1048](https://github.com/parse-community/Parse-SDK-Flutter/pull/1048))
6+
17
## [8.0.1](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-8.0.0...dart-8.0.1) (2025-11-22)
28

39
### Bug Fixes

packages/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk
22
description: The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
3-
version: 8.0.1
3+
version: 8.0.2
44
homepage: https://parseplatform.org
55
repository: https://github.com/parse-community/Parse-SDK-Flutter
66
issue_tracker: https://github.com/parse-community/Parse-SDK-Flutter/issues

0 commit comments

Comments
 (0)