Update changelog and version

This commit is contained in:
Eugene Burmakin 2024-09-21 14:03:16 +02:00
parent 291c930218
commit 2fd7c7bbf1
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.14.1
0.14.3

View file

@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [0.14.3] — 2024-09-21
### Fixed
- Optimize order of the dockerfiles to leverage layer caching by @JoeyEamigh
- Add support for alternate postgres ports and db names in docker by @JoeyEamigh
## [0.14.1] — 2024-09-16
### Fixed