From 37dd5d714181558078461bb3ece7cb9d64a57580 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Mon, 7 Aug 2023 19:47:33 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85c9b9..02427b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,20 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: -- Switch response headers to `Map CaseInsensitiveString String` New features: + Bugfixes: Other improvements: -## [v1.1.0](https://github.com/rowtype-yoga/purescript-fetch/releases/tag/v1.0.0) - 2022-08-22 +## [v2.0.0](https://github.com/rowtype-yoga/purescript-fetch/releases/tag/v2.0.0) - 2023-08-07 + +Breaking changes: +- Switch response headers to `Map CaseInsensitiveString String` +- Switch web-promise dependency to js-promise + +## [v1.1.0](https://github.com/rowtype-yoga/purescript-fetch/releases/tag/v1.1.0) - 2022-08-22 Breaking changes: