Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Jul 4, 2023
1 parent 75e8068 commit 66866a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

### [main](https://github.com/transloadit/php-sdk/tree/main)

diff: https://github.com/transloadit/php-sdk/compare/v3.0.5...main
diff: https://github.com/transloadit/php-sdk/compare/3.0.5...main

### [3.0.5](https://github.com/transloadit/php-sdk/tree/v3.0.5)
### [3.0.5](https://github.com/transloadit/php-sdk/tree/3.0.5)

- Pass down `curlOptions` when `TransloaditRequest` reinstantiates itself for `waitForCompletion`

diff: https://github.com/transloadit/php-sdk/compare/v3.0.4...v3.0.5
diff: https://github.com/transloadit/php-sdk/compare/v3.0.4...3.0.5

### [3.0.4](https://github.com/transloadit/php-sdk/tree/v3.0.4)

Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ -n "$(git status --porcelain)" ]; then
exit 1
fi

git tag "v${VERSION}"
git tag "${VERSION}"
git push --tags
curl \
-X POST \
Expand Down

0 comments on commit 66866a4

Please sign in to comment.