Skip to content

Commit f0a379b

Browse files
Increase version to 2.14.1
1 parent 9856564 commit f0a379b

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

1212

13+
## [2.14.1] - 2024-06-18
14+
### Changed
15+
* Text translation `context` parameter is now generally available (was alpha).
16+
17+
1318
## [2.14.0] - 2024-05-08
1419
### Added
1520
* Added supported glossary languages: Danish (`'da'`), Norwegian (bokmål) (`'nb'`), and Swedish (`'sv'`).
@@ -131,6 +136,7 @@ typos, schema fixes, or adding examples.
131136
Initial release of the OpenAPI specification.
132137

133138

139+
[2.14.1]: https://github.com/DeepLcom/openapi/compare/v2.14.0...v2.14.1
134140
[2.14.0]: https://github.com/DeepLcom/openapi/compare/v2.13.0...v2.14.0
135141
[2.13.0]: https://github.com/DeepLcom/openapi/compare/v2.12.0...v2.13.0
136142
[2.12.0]: https://github.com/DeepLcom/openapi/compare/v2.11.0...v2.12.0

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.14.0"
11+
"version": "2.14.1"
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.14.0
10+
version: 2.14.1
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.14.0
12+
version: 2.14.1
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)