Skip to content

Commit 6a14230

Browse files
Increase version to 2.13.0
1 parent 532e7e3 commit 6a14230

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

1212

13-
## [Unreleased]
13+
## [2.13.0] - 2024-03-14
1414
### Deprecated
1515
* Remove all properties from `/usage` except for `character_count` and `character_limit`;
1616
these are the only two properties included in the API response for the v2 API.
@@ -126,7 +126,7 @@ typos, schema fixes, or adding examples.
126126
Initial release of the OpenAPI specification.
127127

128128

129-
[Unreleased]: https://github.com/DeepLcom/openapi/compare/v2.12.0...HEAD
129+
[2.13.0]: https://github.com/DeepLcom/openapi/compare/v2.12.0...v2.13.0
130130
[2.12.0]: https://github.com/DeepLcom/openapi/compare/v2.11.0...v2.12.0
131131
[2.11.0]: https://github.com/DeepLcom/openapi/compare/v2.10.0...v2.11.0
132132
[2.10.0]: https://github.com/DeepLcom/openapi/compare/v2.9.2...v2.10.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.12.0"
11+
"version": "2.13.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.12.0
10+
version: 2.13.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.12.0
12+
version: 2.13.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)