From acefc55d94d014163de870e56ebe611863c33acd Mon Sep 17 00:00:00 2001 From: Alejandro Ulate Date: Mon, 12 Jun 2023 11:20:26 -0600 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b12aa..8288b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.0-beta.7 +### What's Changed +* docs: add ntimesc as a contributor for ideas by @allcontributors in https://github.com/CodingAleCR/http_interceptor/pull/116 +* updated packages by @mauryagaurav947 in https://github.com/CodingAleCR/http_interceptor/pull/129 + +### New Contributors +* @mauryagaurav947 made their first contribution in https://github.com/CodingAleCR/http_interceptor/pull/129 + +**Full Changelog**: https://github.com/CodingAleCR/http_interceptor/compare/2.0.0-beta.6...2.0.0-beta.7 + ## 2.0.0-beta.6 - ✨  Added: `Future shouldInterceptRequest()` and `Future shouldInterceptResponse()`. This enables individual interceptor checks and conditional intercepting configurations.