Version 1.7.0

This commit is contained in:
Girish Ramakrishnan 2021-09-23 12:01:18 -07:00
parent ea1683c835
commit c3b9a16b73
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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,