diff --git a/CHANGELOG.md b/CHANGELOG.md index c945e2c..4ee2d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.3] - Bug fix + +* Fixing missing Tus-Resumable headers in all requests + ## [0.0.2] - Bug fix * Fixing failure when offset for server is missing or null diff --git a/example/pubspec.lock b/example/pubspec.lock index 34376e4..2f12440 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -202,7 +202,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.3" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f44d897..a04c9ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tus_client -description: A tus client for dart allowing resumable uploads. -version: 0.0.2 +description: A tus client for dart allowing resumable uploads using the tus protocol. +version: 0.0.3 homepage: https://github.com/jjmutumi/tus_client environment: