Skip to content

Commit 4fad3ed

Browse files
Increase version to 2.9.2
1 parent 8a8a483 commit 4fad3ed

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.9.2] - 2023-06-20
14+
### Added
15+
* Japanese (JA) now supports formality.
16+
17+
1318
## [2.9.1] - 2023-05-26
1419
### Fixed
1520
* Fix typo in `/glossaries/{glossary_id}` example and spec version number.
@@ -94,6 +99,7 @@ typos, schema fixes, or adding examples.
9499
Initial release of the OpenAPI specification.
95100

96101

102+
[2.9.2]: https://github.com/DeepLcom/openapi/compare/v2.9.1...v2.9.2
97103
[2.9.1]: https://github.com/DeepLcom/openapi/compare/v2.9.0...v2.9.1
98104
[2.9.0]: https://github.com/DeepLcom/openapi/compare/v2.8.0...v2.9.0
99105
[2.8.0]: https://github.com/DeepLcom/openapi/compare/v2.7.0...v2.8.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.9.1"
11+
"version": "2.9.2"
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.9.1
10+
version: 2.9.2
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)