Skip to content

Commit 1d021d3

Browse files
Increase version to 2.6.0
1 parent 98e10df commit 1d021d3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

1212

13+
## [2.6.0]
14+
### Changed
15+
* HTML handling is no longer in Beta.
16+
* Removed limit on text parameters (was 50).
17+
18+
1319
## [2.5.0]
1420
### Added
1521
* Add support for EN (English) ←→ NL (Dutch) glossaries.
@@ -60,6 +66,7 @@ typos, schema fixes, or adding examples.
6066
Initial release of the OpenAPI specification.
6167

6268

69+
[2.6.0]: https://github.com/DeepLcom/openapi/compare/v2.5.0...v2.6.0
6370
[2.5.0]: https://github.com/DeepLcom/openapi/compare/v2.4.0...v2.5.0
6471
[2.4.0]: https://github.com/DeepLcom/openapi/compare/v2.3.1...v2.4.0
6572
[2.3.1]: https://github.com/DeepLcom/openapi/compare/v2.3.0...v2.3.1

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.5.0"
11+
"version": "2.6.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.5.0
10+
version: 2.6.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)