diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fb6c4e..063a4768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.28.0](https://github.com/Cap-go/CLI/compare/v4.27.9...v4.28.0) (2025-01-03) + + +### Features + +* --tus-chunk-size ([c2cd3c1](https://github.com/Cap-go/CLI/commit/c2cd3c1789b27fb44bb736dc0151766df9944d68)) + ### [4.27.9](https://github.com/Cap-go/CLI/compare/v4.27.8...v4.27.9) (2025-01-02) diff --git a/package.json b/package.json index be5dac92..068f0248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/cli", - "version": "4.27.9", + "version": "4.28.0", "description": "A CLI to upload to capgo servers", "author": "github.com/riderx", "license": "Apache 2.0",