Skip to content

Commit 6ccdd8c

Browse files
docs: Update version to 3.4.2
1 parent 9227193 commit 6ccdd8c

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The major and minor version numbers reflect changes to the DeepL API
99
number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

12+
## [3.4.2] - 2025-10-06
13+
### Added
14+
* Latin American Spanish (`ES-419`) is now supported as a target language option for
15+
Document translation. `/v2/languages` now includes `ES-419` as a valid target language
16+
option.
17+
1218
## [3.4.1] - 2025-07-31
1319
### Added
1420
* Add note for boolean values about how to input for URL-encoded forms
@@ -236,6 +242,7 @@ keys within an organization.
236242
Initial release of the OpenAPI specification.
237243

238244

245+
[3.4.2]: https://github.com/DeepLcom/openapi/compare/v3.4.1...v3.4.2
239246
[3.4.1]: https://github.com/DeepLcom/openapi/compare/v3.4.0...v3.4.1
240247
[3.4.0]: https://github.com/DeepLcom/openapi/compare/v3.3.1...v3.4.0
241248
[3.3.1]: https://github.com/DeepLcom/openapi/compare/v3.3.0...v3.3.1

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "DeepL - Contact us",
99
"url": "https://www.deepl.com/contact-us"
1010
},
11-
"version": "3.4.1"
11+
"version": "3.4.2"
1212
},
1313
"externalDocs": {
1414
"description": "DeepL Pro - Plans and pricing",

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
contact:
88
name: DeepL - Contact us
99
url: https://www.deepl.com/contact-us
10-
version: 3.4.1
10+
version: 3.4.2
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer

openapi_gitbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
contact:
1010
name: DeepL - Contact us
1111
url: https://www.deepl.com/contact-us
12-
version: 3.4.1
12+
version: 3.4.2
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer

0 commit comments

Comments
 (0)