Skip to content

Commit

Permalink
Merge branch 'release/1.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Oct 18, 2021
2 parents eada8c9 + 58ad0e6 commit 7015609
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/app.yml
@@ -1,5 +1,5 @@
shared: &shared
version: '1.21.0'
version: '1.21.1'

development:
<<: *shared
Expand Down
2 changes: 1 addition & 1 deletion deployment/nginx_chatwoot.conf
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/chatwoot",
"version": "1.21.0",
"version": "1.21.1",
"license": "MIT",
"scripts": {
"eslint": "eslint app/javascript --fix",
Expand Down

0 comments on commit 7015609

Please sign in to comment.