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 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'