Changelog for 5.0.4

This commit is contained in:
James Cole 2020-02-01 16:16:25 +01:00
parent 1b411815b7
commit 0266c364e0
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.0.4 (API 1.0.0)] - 2020-02-01
This release fixes several bugs found in 5.0.0 and earlier releases.
### Fixed
- If unset, `DB_CONNECTION` defaults to "mysql". This is now "pgsql", which is consistent with the documentation and the example configuration
file (`.env.example`).
## [5.0.3 (API 1.0.0)] - 2020-01-30
This release fixes several bugs found in 5.0.0 and earlier releases.