From 43591f3a302476c306dc21b2669618273ee94364 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Sep 2022 14:45:29 +0000 Subject: [PATCH] chore(release): 2.0.0 # [2.0.0](https://github.com/matrix-org/node-http-rendezvous-server/compare/v1.0.0...v2.0.0) (2022-09-07) ### Features * use Location and X-Max-Bytes headers for POST response ([02e37dc](https://github.com/matrix-org/node-http-rendezvous-server/commit/02e37dccccee580c571daec0cc97148d0a1e1c22)) ### BREAKING CHANGES * POST / no longer returns JSON --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc2b33..b494092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/matrix-org/node-http-rendezvous-server/compare/v1.0.0...v2.0.0) (2022-09-07) + + +### Features + +* use Location and X-Max-Bytes headers for POST response ([02e37dc](https://github.com/matrix-org/node-http-rendezvous-server/commit/02e37dccccee580c571daec0cc97148d0a1e1c22)) + + +### BREAKING CHANGES + +* POST / no longer returns JSON + # 1.0.0 (2022-09-07)