Skip to content

Commit 489d1ae

Browse files
committed
docs: Update version to 3.3.1
1 parent 14ae67a commit 489d1ae

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ The major and minor version numbers reflect changes to the DeepL API
99
number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

12+
## [3.3.1] - 2025-07-16
13+
### Fixed
14+
* Added `application/x-www-form-urlencoded` Content-Type to the `replaceDictionary`
15+
endpoint.
16+
* Thanks to [danielesser](https://github.com/danielesser) for the report in
17+
[#35](https://github.com/DeepLcom/openapi/issues/35).
18+
1219
## [3.3.0] - 2025-06-25
1320
### Fixed
1421
* Updated the possible error responses for the /v2 and /v3 glossary endpoints
@@ -219,6 +226,7 @@ typos, schema fixes, or adding examples.
219226
Initial release of the OpenAPI specification.
220227

221228

229+
[3.3.1]: https://github.com/DeepLcom/openapi/compare/v3.3.0...v3.3.1
222230
[3.3.0]: https://github.com/DeepLcom/openapi/compare/v3.2.0...v3.3.0
223231
[3.2.0]: https://github.com/DeepLcom/openapi/compare/v3.1.1...v3.2.0
224232
[3.1.1]: https://github.com/DeepLcom/openapi/compare/v3.1.0...v3.1.1

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": "3.3.0"
11+
"version": "3.3.1"
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: 3.3.0
10+
version: 3.3.1
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer

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: 3.3.0
12+
version: 3.3.1
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer

0 commit comments

Comments
 (0)