Skip to content

Commit dd13d38

Browse files
Increase version to 2.12.0
1 parent d95f681 commit dd13d38

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

1212

13+
## [2.12.0] - 2024-02-29
14+
### Added
15+
* Add supported glossary language: Korean (KO).
16+
* Add supported language for text translation: Arabic (AR). Arabic is
17+
currently supported only for text translation; document translation
18+
support for Arabic is coming soon.
19+
20+
1321
## [2.11.0] - 2023-08-03
1422
### Added
1523
* Add supported glossary languages: Portuguese (PT), Russian (RU), and Chinese (ZH).
@@ -109,6 +117,7 @@ typos, schema fixes, or adding examples.
109117
Initial release of the OpenAPI specification.
110118

111119

120+
[2.12.0]: https://github.com/DeepLcom/openapi/compare/v2.11.0...v2.12.0
112121
[2.11.0]: https://github.com/DeepLcom/openapi/compare/v2.10.0...v2.11.0
113122
[2.10.0]: https://github.com/DeepLcom/openapi/compare/v2.9.2...v2.10.0
114123
[2.9.2]: https://github.com/DeepLcom/openapi/compare/v2.9.1...v2.9.2

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": "2.11.0"
11+
"version": "2.12.0"
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: 2.11.0
10+
version: 2.12.0
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer?cta=header-prices/

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: 2.11.0
12+
version: 2.12.0
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer?cta=header-prices/

0 commit comments

Comments
 (0)