From 90dcaa6ec68dcf2a3cb16d241efc7c6a784c2ebd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 27 Nov 2019 12:47:07 +0200 Subject: [PATCH] CHANGELOG.md: Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c005084..79216e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Configuration for automatic code formatting with black ### Updated -- Run pipenv update, bringing psycogpg 2.8.3, requests 2.22.0, pytest 5.3.1, +- Run pipenv update, bringing psycopg2 2.8.4, requests 2.22.0, pytest 5.3.1, and gunicorn 20.0.4 ### Changed