Skip to content

Commit 4aebcaf

Browse files
Increase version to 2.9.1
1 parent 21d084d commit 4aebcaf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
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.9.1] - 2023-05-26
1414
### Fixed
1515
* Fix typo in `/glossaries/{glossary_id}` example and spec version number.
1616
* Thanks to [cluttrdev](https://github.com/cluttrdev) for the suggestion
@@ -94,7 +94,7 @@ typos, schema fixes, or adding examples.
9494
Initial release of the OpenAPI specification.
9595

9696

97-
[Unreleased]: https://github.com/DeepLcom/openapi/compare/v2.9.0...HEAD
97+
[2.9.1]: https://github.com/DeepLcom/openapi/compare/v2.9.0...v2.9.1
9898
[2.9.0]: https://github.com/DeepLcom/openapi/compare/v2.8.0...v2.9.0
9999
[2.8.0]: https://github.com/DeepLcom/openapi/compare/v2.7.0...v2.8.0
100100
[2.7.0]: https://github.com/DeepLcom/openapi/compare/v2.6.0...v2.7.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.0"
11+
"version": "2.9.1"
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.0
10+
version: 2.9.1
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)