Skip to content

Commit 004cf73

Browse files
committed
docs: Increase version to 1.11.1
1 parent b949d48 commit 004cf73

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [1.11.1] - 2025-01-17
9+
### Fixed
10+
* Fixed `DeepLClientOptions` wrongly inheriting from `TranslateTextOptions`,
11+
when it should be `TranslatorOptions`.
12+
* Thanks to [VincentLanglet](https://github.com/VincentLanglet) for the
13+
[report](https://github.com/DeepLcom/deepl-php/issues/59)
14+
15+
816
## [1.11.0] - 2025-01-16
917
### Added
1018
* Added support for the Write API in the client library, the implementation
@@ -194,6 +202,7 @@ Stable release.
194202
Initial version.
195203

196204

205+
[1.11.1]: https://github.com/DeepLcom/deepl-php/compare/v1.11.0...v1.11.1
197206
[1.11.0]: https://github.com/DeepLcom/deepl-php/compare/v1.10.1...v1.11.0
198207
[1.10.1]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...v1.10.1
199208
[1.10.0]: https://github.com/DeepLcom/deepl-php/compare/v1.9.0...v1.10.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.11.1

src/Translator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Translator
1717
/**
1818
* Library version.
1919
*/
20-
public const VERSION = '1.11.0';
20+
public const VERSION = '1.11.1';
2121

2222
/**
2323
* Implements all HTTP requests and retries.

0 commit comments

Comments
 (0)