Skip to content

Commit c909312

Browse files
committed
Changelog and podspec
1 parent 9533b02 commit c909312

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.6.0
2+
3+
## Bugfix
4+
- Uploads no longer consume large amounts of memory when resuming an upload ([#204](https://github.com/tus/TUSKit/issues/204))
5+
- Uploads no longer start over when they're paused and resumed ([#204](https://github.com/tus/TUSKit/issues/204))
6+
- Better handling of background URLSessions provided by developers ([#206](https://github.com/tus/TUSKit/issues/206) by [dsandriyanov](https://github.com/dsandriyanov))
7+
18
# 3.5.0
29

310
## Bugfix

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.5.0'
10+
s.version = '3.6.0'
1111
s.summary = 'TUSKit client in Swift'
1212
s.swift_version = '5.0'
1313

0 commit comments

Comments
 (0)