From a11908e66174c8a2f685fd4c1e7b45e028e23140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Thu, 20 Jan 2022 18:43:34 +0100 Subject: [PATCH 1/2] Updated CHANGELOG for 1.6.7 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082fb680..24a8f46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Lines with "!:" are to some degree code-**breaking**. Lines with ":" should not be breaking. +## 1.6.7 + +* fix: add missing 'queued' as enum for FileStatus + ## 1.6.6 * fix: add missing fields to invite API From 8a136a9faeb8fb10125d77c492851781bd62a416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Thu, 20 Jan 2022 18:45:07 +0100 Subject: [PATCH 2/2] Release 1.6.7 --- openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index b6c5e2b8..fb34b56c 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: VRChat API Documentation - version: 1.6.6 + version: 1.6.7 contact: name: Unofficial VRChat API Documentation Project url: 'https://github.com/VRChatAPI'