Update changelog

This commit is contained in:
Eugene Burmakin 2024-07-08 23:03:39 +02:00
parent d3ea150130
commit 18ebf0a088
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.8.3
0.8.5

View file

@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.8.4] — 2024-07-08
### Fixed
- Set `'localhost'` string as a default value for `APPLICATION_HOSTS` environment variable in the `docker-compose.yml` file instead of an array. This is necessary to prevent errors when starting the application.
---
## [0.8.4] — 2024-07-08
### Added
- Support for multiple hosts. Now you can specify the host of the application by setting the `APPLICATION_HOSTS` (note plural form) environment variable in the `docker-compose.yml` file. Example: