From 9eab7b42707b3603d9c200316f37a3301fcb5419 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 27 Jun 2024 09:22:50 +0200 Subject: [PATCH] update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8534db0..d4aa769 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +- Use `quote_plus` instead of `quote` to encode database's password ([#122](https://github.com/stac-utils/stac-fastapi-pgstac/pull/122)) + ## [3.0.0a2] - 2024-06-18 - Update stac-fastapi libraries to `~=3.0.0a3`