From 198f9bc418290fc8d6ada7bbf426e0a34631eff5 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 19 Jun 2023 14:16:33 +0200 Subject: [PATCH] chore: version 0.10.1 (#359) --- CHANGELOG.md | 4 ++++ version.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5329c317b..479f730ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ The following emojis are used to highlight certain changes: ## [Unreleased] +## [0.10.1] - 2023-06-19 + ### Added ### Changed @@ -22,6 +24,8 @@ The following emojis are used to highlight certain changes: ### Fixed +- Allow CAR requests with a path when `DeserializedResponses` is `false`. + ### Security ## [0.10.0] - 2023-06-09 diff --git a/version.json b/version.json index 3b600f34a..b6bb0741a 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.10.0" + "version": "v0.10.1" }