diff --git a/CHANGELOG b/CHANGELOG index fb37712..be81bbe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -116,3 +116,7 @@ * Fix deprecated slash as division in SASS files (ClearlyClaire) * Fix tootctl search deploy compatibility error on Ruby 3 (ClearlyClaire) * Fix mailer jobs for deleted notifications erroring out (ClearlyClaire) + +[1.7.0] +* Add `/app/data/config.sh` to customize puma, sidekiq and streaming configs + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2b086ed..0d1a913 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.6.2", + "version": "1.7.0", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,