From 40e6f82cbdf736841ab45d4e7e7fd9da1159c76e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 30 Jul 2019 12:54:50 -0600 Subject: [PATCH] Push r0.1.1 changelog --- changelogs/push_gateway.rst | 9 +++++++++ changelogs/push_gateway/newsfragments/2151.clarification | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelogs/push_gateway/newsfragments/2151.clarification diff --git a/changelogs/push_gateway.rst b/changelogs/push_gateway.rst index 33a7683c..2afb2a9e 100644 --- a/changelogs/push_gateway.rst +++ b/changelogs/push_gateway.rst @@ -1,3 +1,12 @@ +r0.1.1 +====== + +Spec Clarifications +------------------- + +- Fix ``event_id`` field in push request body. (`#2151 `_) + + r0.1.0 ====== diff --git a/changelogs/push_gateway/newsfragments/2151.clarification b/changelogs/push_gateway/newsfragments/2151.clarification deleted file mode 100644 index 8908eed2..00000000 --- a/changelogs/push_gateway/newsfragments/2151.clarification +++ /dev/null @@ -1 +0,0 @@ -Fix ``event_id`` field in push request body.