Skip to content

Commit

Permalink
Updated changelog and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals committed Sep 18, 2023
1 parent acb5738 commit 3afde48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.2.1

## Enhancements

- Improved UI for the TUSKit example app. Thanks, [@srvarma7](https://github.com/srvarma7)
- TUSKit no longer sends unneeded Upload-Extension header on creation. Thanks, [@BradPatras](https://github.com/BradPatras)

## Bugfix
- Fixed `didStartUpload` delegate method not being called. Thanks, [@dmtrpetrov](https://github.com/dmtrpetrov)
- Retrying uploads didn't work properly, retry and resume are now seperate methods. Thanks, [@liyoung47](https://github.com/liyoung47) for reporting.

# 3.2

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion TUSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = 'TUSKit'
s.version = '3.2.0'
s.version = '3.2.1'
s.summary = 'TUSKit client in Swift'
s.swift_version = '5.0'

Expand Down

0 comments on commit 3afde48

Please sign in to comment.