From 091c1cc5043ef5cf3998469c9da0195e14a19fd3 Mon Sep 17 00:00:00 2001 From: Archomeda Date: Thu, 14 Jul 2022 02:34:47 +0200 Subject: [PATCH] Update changelog for v1.7.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f74879b62..024adac18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Gw2Sharp History +## 1.7.3 (14 July 2022) +This is a small bugfix for a typo in the `/v2/raids` endpoint, causing a 404. + +### Endpoints +- Fix `/v2/raids` endpoint returning a 404 ([#122](https://github.com/Archomeda/Gw2Sharp/issues/122), [#123](https://github.com/Archomeda/Gw2Sharp/pull/123)) + ## 1.7.2 (22 May 2022) This is a small bugfix for the caching component.