Skip to content

Commit ae50f70

Browse files
Increase version to 2.7.0
1 parent 0d56353 commit ae50f70

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
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.7.0]
14+
### Added
15+
* Add XLIFF to supported document types.
16+
17+
1318
## [2.6.0]
1419
### Changed
1520
* HTML handling is no longer in Beta.
@@ -66,6 +71,7 @@ typos, schema fixes, or adding examples.
6671
Initial release of the OpenAPI specification.
6772

6873

74+
[2.7.0]: https://github.com/DeepLcom/openapi/compare/v2.6.0...v2.7.0
6975
[2.6.0]: https://github.com/DeepLcom/openapi/compare/v2.5.0...v2.6.0
7076
[2.5.0]: https://github.com/DeepLcom/openapi/compare/v2.4.0...v2.5.0
7177
[2.4.0]: https://github.com/DeepLcom/openapi/compare/v2.3.1...v2.4.0

openapi.json

+1-1
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.6.0"
11+
"version": "2.7.0"
1212
},
1313
"externalDocs": {
1414
"description": "DeepL Pro - Plans and pricing",

openapi.yaml

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

0 commit comments

Comments
 (0)