Skip to content

Commit ee9414c

Browse files
committed
chore: Update version to 3.7.0 in changelog and asyncapi files
1 parent 0579af3 commit ee9414c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ keys within an organization.
258258
## [2.0.0]
259259
Initial release of the OpenAPI specification.
260260

261+
[3.7.0]: https://github.com/DeepLcom/openapi/compare/v3.6.1...v3.7.0
261262
[3.6.1]: https://github.com/DeepLcom/openapi/compare/v3.6.0...v3.6.1
262263
[3.6.0]: https://github.com/DeepLcom/openapi/compare/v3.5.0...v3.6.0
263264
[3.5.0]: https://github.com/DeepLcom/openapi/compare/v3.4.2...v3.5.0

voice.asyncapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"asyncapi": "3.0.0",
33
"info": {
44
"title": "DeepL Voice API - WebSocket Streaming",
5-
"version": "1.0.0",
5+
"version": "3.7.0",
66
"description": "WebSocket streaming API for real-time voice transcription and translation.\nAfter obtaining a streaming URL and token via the REST API, establish a WebSocket connection\nto stream audio data and receive real-time transcriptions and translations.",
77
"contact": {
88
"name": "DeepL - Contact us",

voice.asyncapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
asyncapi: 3.0.0
22
info:
33
title: DeepL Voice API - WebSocket Streaming
4-
version: '1.0.0'
4+
version: '3.7.0'
55
description: |-
66
WebSocket streaming API for real-time voice transcription and translation.
77
After obtaining a streaming URL and token via the REST API, establish a WebSocket connection

0 commit comments

Comments
 (0)