diff --git a/CHANGELOG.md b/CHANGELOG.md index de25ac0..9cb78c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Next Version - available as `edge`] +- TBD + +## [1.10.0] - 2021-08-31 + - Fixed: Editing a docker remote registry does not trigger an authentication check [Issue-1027](https://github.com/caprover/caprover/issues/1027) - Fixed: Show Password caches the modal in registry [Issue-69](https://github.com/caprover/caprover-frontend/issues/69) - Fixed: Remember Me throws an error if the server restarts [Issue-1056](https://github.com/caprover/caprover/issues/1056) @@ -7,6 +11,7 @@ - New: UI components and typeface are now more modern looking - New: Support for app tokens [Issue-698](https://github.com/caprover/caprover/issues/698) - New: Support for Markdown formatting in one click apps [Issue-1151](https://github.com/caprover/caprover/issues/1151) +- Update: npm modules updated to the latest versions. ## [1.9.0] - 2021-02-15 diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index bf71fbd..9515a41 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.9.0', + version: '1.10.0', defaultMaxLogSize: '512m',