Skip to content

Commit 3afde48

Browse files
committed
Updated changelog and podspec
1 parent acb5738 commit 3afde48

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 3.2.1
2+
3+
## Enhancements
4+
5+
- Improved UI for the TUSKit example app. Thanks, [@srvarma7](https://github.com/srvarma7)
6+
- TUSKit no longer sends unneeded Upload-Extension header on creation. Thanks, [@BradPatras](https://github.com/BradPatras)
7+
8+
## Bugfix
9+
- Fixed `didStartUpload` delegate method not being called. Thanks, [@dmtrpetrov](https://github.com/dmtrpetrov)
10+
- Retrying uploads didn't work properly, retry and resume are now seperate methods. Thanks, [@liyoung47](https://github.com/liyoung47) for reporting.
11+
112
# 3.2
213

314
## Enhancements

TUSKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'TUSKit'
10-
s.version = '3.2.0'
10+
s.version = '3.2.1'
1111
s.summary = 'TUSKit client in Swift'
1212
s.swift_version = '5.0'
1313

0 commit comments

Comments
 (0)