A new version of Chatwoot is released around the first Monday of every month. We also release minor versions when there is a need for hotfixes or security updates.You can stay tuned to our Roadmap and releases on GitHub. We recommend you to stay up to date with our releases to enjoy the latest features and security updates.The deployment process for a newer version involves updating your app servers and workers with the latest code. Most updates would involve database migrations as well which can be executed through the following Rails command.
Copy
bundle exec rails db:migrate
The detailed instructions can be found in respective deployment guides.
If you want to self host Chatwoot, the recommended approach is to use one of the recommended one click installation options from the below list. If you are comfortable with Ruby on Rails applications, you can also make use of the other deployment options mentioned below.