Merge branch 'release/1.21.1'

This commit is contained in:
Sojan
2021-10-18 14:34:01 +05:30
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ RAILS_MAX_THREADS=5
# The email from which all outgoing emails are sent
# could user either `email@yourdomain.com` or `BrandName <email@yourdomain.com>`
MAILER_SENDER_EMAIL=Chatwoot <accounts@chatwoot.com>
MAILER_SENDER_EMAIL="Chatwoot <accounts@chatwoot.com>"
#SMTP domain key is set up for HELO checking

View File

@@ -1,5 +1,5 @@
shared: &shared
version: '1.21.0'
version: '1.21.1'
development:
<<: *shared

View File

@@ -30,7 +30,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;
proxy_set_header Connection “”;
proxy_set_header Connection "";
proxy_buffering off;
client_max_body_size 0;
proxy_read_timeout 36000s;

View File

@@ -1,6 +1,6 @@
{
"name": "@chatwoot/chatwoot",
"version": "1.21.0",
"version": "1.21.1",
"license": "MIT",
"scripts": {
"eslint": "eslint app/javascript --fix",