From 061d0a8f5f499ec5106b56c057be9ea085b3b400 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 11 Nov 2018 11:54:25 +0200 Subject: [PATCH] CHANGELOG.md: Add API tests to unreleased changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 268bc61..93e6f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Properly handle database connection errors +### Added +- API tests + ## [0.7.0] - 2018-11-07 ### Added - Ability to configure PostgreSQL database port with DATABASE_PORT environment variable (defaults to 5432)