From 76b4eb43079b27d8cb044eca5a4c8dcdb175f6d3 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 12 Jun 2023 17:20:11 +0000 Subject: [PATCH] Releasing version 2.2.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22aa239..26be6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.2.0] - 2023-06-12 +### Added: +- Add capability-protected test to ensure a 204 can direct the eventsource to stop retrying disconnects. +- Add test to ensure an empty location header is handled with an appropriate error. + ## [2.1.1] - 2022-02-28 ### Fixed: - Fixed handling of spaces in command-line argument values diff --git a/VERSION b/VERSION index 3e3c2f1..ccbccc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 +2.2.0