From 72a4ca7c826cae59d44948a747f3c14ead1c2966 Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Wed, 27 Feb 2019 09:48:02 -0500 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index df143013..b48df205 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,12 @@ ## Changelog -### 1.6.2 (Unreleased) +### 1.7.0 + * pytest-server-fixtures: if host not defined, use localhost + +### 1.6.2 (2019-02-21) * pytest-server-fixtures: suppress stacktrace if kill() is called * pytest-server-fixtures: fix random port logic in TestServerV2 - * pytest-server-fixtures: if host not defined, use localhost ### 1.6.1 (2019-02-12) * pytest-server-fixtures: fix exception when attempting to access hostname while server is not started