From c3b9a16b73844ba91d9041765115f3faeaa2e960 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 23 Sep 2021 12:01:18 -0700 Subject: [PATCH] Version 1.7.0 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,