From ae9b22084e6a8000c1aef7b88a53be61e5ca08cf Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Thu, 17 Aug 2023 15:21:11 -0400 Subject: [PATCH] docs: support postgres password changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea719e5..62b511dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- support defining a postgres password in config or env + ### Fixed - bump blockfrost-utils to 2.6.2