Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Nov 24, 2022
1 parent 5dcd523 commit 5087cb6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### v5.1.4 - 2022-11-23
## Unreleased

### Fixed

- fix the handle of env var required with a configured default

## v5.1.4 - 2022-11-23

THIS VERSION CONTAINS A BREAKING CHANGES

This version contains a bug when it's configured a required env var with a default. The default is not handled before the default, so the service will not start.

### Added

Expand Down

0 comments on commit 5087cb6

Please sign in to comment.