diff --git a/CHANGELOG.md b/CHANGELOG.md index f99b24ff..2b1c53a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [19.8.0](https://github.com/makeomatic/ms-files/compare/v19.7.0...v19.8.0) (2024-09-05) + + +### Features + +* upload categories ([#334](https://github.com/makeomatic/ms-files/issues/334)) ([8f756d6](https://github.com/makeomatic/ms-files/commit/8f756d6653742a1d82de83ccbeba3df616528949)) + # [19.7.0](https://github.com/makeomatic/ms-files/compare/v19.6.1...v19.7.0) (2024-08-30) diff --git a/package.json b/package.json index 2107d1e2..006bb55a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ms-files", "description": "Opinionated solution for managing files with GCS and other cloud storage providers", "main": "./src/index.js", - "version": "19.7.0", + "version": "19.8.0", "scripts": { "test": "pnpm lint && pnpm test:e2e", "test:e2e": "pnpm test:e2e:cluster && pnpm test:e2e:sentinel",