Skip to content

Commit 78e5dea

Browse files
committed
Podspec and changelog
1 parent f33b723 commit 78e5dea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# TransloaditKit Changelog
22

3-
## 3.4
3+
## 3.5.0
4+
5+
* Allow clients to inject only an api key and provide a signature generator closure to calculate signatures for signing requests instead of injecting a key and secret. ([#42](https://github.com/transloadit/TransloaditKit/issues/42))
6+
7+
## 3.4.0
48

59
* Updated Package to depend on exact TUSKit version and removed call to removed method in TUSKit ([#41](https://github.com/transloadit/TransloaditKit/issues/41))
610

Transloadit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Transloadit'
11-
s.version = '3.4.0'
11+
s.version = '3.5.0'
1212
s.summary = 'Transloadit client in Swift'
1313
s.swift_version = '5.0'
1414

0 commit comments

Comments
 (0)