diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 037c9e3..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.4" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f283929..d9888e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/rendobar/cli/compare/v1.3.4...v1.4.0) (2026-06-11) + + +### Features + +* show upload progress and skip re-uploads via checksum dedup ([#53](https://github.com/rendobar/cli/issues/53)) ([43f6bb1](https://github.com/rendobar/cli/commit/43f6bb1b6d9c3105f4d19c8f2a01ebd4b636caed)) + ## [1.3.4](https://github.com/rendobar/cli/compare/v1.3.3...v1.3.4) (2026-06-10) diff --git a/package.json b/package.json index fc1606c..c0c1b50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendobar-cli", - "version": "1.0.0", + "version": "1.4.0", "private": true, "description": "Rendobar CLI — serverless video processing from your terminal.", "license": "MIT",