From 90fb0e3e2d557dccbfa68b1932d633d1acae6d27 Mon Sep 17 00:00:00 2001 From: Harry Maclean Date: Thu, 28 Dec 2017 12:50:37 +0000 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 10 ++++++++-- DRAUPNIR_VERSION | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effc490d..9720e308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ Changelog Unreleased ---------- +No changes. + +1.1.0 +---------- + Allow the trusted email domain to be specified via an environment variable. Fix a bug where the Draupnir-Version header would not be included in the API response when the client's header didn't match the server version. Don't require the Draupnir-Version header for the health check endpoint. -Change the config file format from JSON to TOML -Allow the default database to be set as a config option +Change the config file format from JSON to TOML. +Allow the default database to be set as a config option. +Log HTTP requests to STDOUT. 1.0.0 ----- diff --git a/DRAUPNIR_VERSION b/DRAUPNIR_VERSION index 3eefcb9d..9084fa2f 100644 --- a/DRAUPNIR_VERSION +++ b/DRAUPNIR_VERSION @@ -1 +1 @@ -1.0.0 +1.1.0