diff --git a/CHANGELOG.md b/CHANGELOG.md index e1108796..be4a341f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.7.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.7...v1.7.0) (2022-10-14) + + +### Features + +* trigger release of head support [#50](https://github.com/ducktors/turborepo-remote-cache/issues/50) ([bc3bd8a](https://github.com/ducktors/turborepo-remote-cache/commit/bc3bd8a4b83b87e65805f7a982201125436d1ccb)) + +# [1.7.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.7...v1.7.0) (2022-10-14) + + +### Features + +* trigger release of head support [#50](https://github.com/ducktors/turborepo-remote-cache/issues/50) ([bc3bd8a](https://github.com/ducktors/turborepo-remote-cache/commit/bc3bd8a4b83b87e65805f7a982201125436d1ccb)) + ## [1.6.7](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.6...v1.6.7) (2022-10-11) diff --git a/package.json b/package.json index da752897..58f2985c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "1.6.7", + "version": "1.7.0", "description": "Turborepo remote cache server", "main": "build", "author": "Maksim Sinik ",