Skip to content

Commit 03d4421

Browse files
committed
CHANGELOG and podspec
1 parent 00df6a0 commit 03d4421

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 3.3
2+
3+
## Enhancements
4+
5+
- Updated documentation around background uploads
6+
7+
## Bugfix
8+
- Fixed an issu with macOS not having a correct path when resuming uploads. Thanks, [@MartinLau7](https://github.com/MartinLau7)
9+
- Fixed a metadta issue on iOS. Thanks, [@MartinLau7](https://github.com/MartinLau7)
10+
- Fixed some issues with metadata not alwasy being cleaned up properly for all platforms. Thanks, [@MartinLau7](https://github.com/MartinLau7)
11+
112
# 3.2.1
213

314
## Enhancements

TUSKit.podspec

Lines changed: 1 addition & 1 deletion
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.1'
10+
s.version = '3.3'
1111
s.summary = 'TUSKit client in Swift'
1212
s.swift_version = '5.0'
1313

0 commit comments

Comments
 (0)