From eb49fcace52be29c0ce8979fcc3ddb34f1e47fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Tue, 30 Nov 2021 23:13:39 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md to 1.6.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaa27ad..92c09b6c 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.4 + +* fix: add missing Region type "unknown" (#119) + ## 1.6.3 * fix!: fix World-related specification problem From 2f623d311b849512580374e98d99ecf9a81947bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Tue, 30 Nov 2021 23:14:04 +0100 Subject: [PATCH 2/2] Update openapi.yaml to 1.6.4 --- openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index a8df9516..4bfc2033 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.3 + version: 1.6.4 contact: name: Unofficial VRChat API Documentation Project url: 'https://github.com/VRChatAPI'