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.