Skip to content

Commit

Permalink
docs: Increase version to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Jan 17, 2025
1 parent b949d48 commit 004cf73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.11.1] - 2025-01-17
### Fixed
* Fixed `DeepLClientOptions` wrongly inheriting from `TranslateTextOptions`,
when it should be `TranslatorOptions`.
* Thanks to [VincentLanglet](https://github.com/VincentLanglet) for the
[report](https://github.com/DeepLcom/deepl-php/issues/59)


## [1.11.0] - 2025-01-16
### Added
* Added support for the Write API in the client library, the implementation
Expand Down Expand Up @@ -194,6 +202,7 @@ Stable release.
Initial version.


[1.11.1]: https://github.com/DeepLcom/deepl-php/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/DeepLcom/deepl-php/compare/v1.10.1...v1.11.0
[1.10.1]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/DeepLcom/deepl-php/compare/v1.9.0...v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.11.1
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Translator
/**
* Library version.
*/
public const VERSION = '1.11.0';
public const VERSION = '1.11.1';

/**
* Implements all HTTP requests and retries.
Expand Down

0 comments on commit 004cf73

Please sign in to comment.