Releasing new version

This commit is contained in:
Kasra Bigdeli
2024-08-17 12:12:08 -07:00
parent dbd9f6824a
commit 3456f25848
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
## [Next Version - available as `edge`]
- N/A
## [1.12.0] - 2024-08-17
**IMPORTANT**: this version bumps the minimum Docker API to 1.43. Please run `docker version | grep API` before upgrading your CapRover installation.
- New: Ability to delete multiple apps at once
+1 -1
View File
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
const configs = {
publishedNameOnDockerHub: 'caprover/caprover',
version: '1.11.1',
version: '1.12.0',
defaultMaxLogSize: '512m',