diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcea16..966d368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Next Version - available as `edge`] +- TBD + +## [1.10.1] - 2021-10-09 + - Fixed: Fixed expired SSL certs issue [Issue-1215](https://github.com/caprover/caprover/issues/1215) - Fixed: On some VMs the initial installation used to fail due to issues with Docker's ingress network. [Issue-1206](https://github.com/caprover/caprover/issues/1206) - Fixed: CAPROVER_GIT_COMMIT_SHA wasn't available if deployed using webhook [Issue-1198](https://github.com/caprover/caprover/issues/1198) diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index 9515a41..ed3f313 100644 --- a/src/utils/CaptainConstants.ts +++ b/src/utils/CaptainConstants.ts @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER = const configs = { publishedNameOnDockerHub: 'caprover/caprover', - version: '1.10.0', + version: '1.10.1', defaultMaxLogSize: '512m',