Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down