Skip to content

Commit 44dbf52

Browse files
committed
Updated podspec and changelog for 3.1.6
1 parent 495919f commit 44dbf52

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 3.1.6
2+
3+
# Enhancements
4+
- Added ability to fetch in progress / current uploads using `getStoredUploads()` on a `TUSClient` instance.
5+
16
# 3.1.5
27
## Fixed
38
- Fixed issue with missing custom headers.

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

docs/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# TUSKit Release checklist
22

33
* Update [CHANGELOG.md](http://CHANGELOG.md)
4-
* Update TUSKit.podspec with new version nr. and commit
4+
* Update TUSKit.podspec with new version nr.
5+
* Make a commit
56
* Tag update commit
67
* Make sure to push commits _and_ tag
78
* Publish updated podspec `pod trunk push TUSKit.podspec`

0 commit comments

Comments
 (0)