diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a686d8..437674f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [1.11.0] - 2025-01-16 ### Added * Added support for the Write API in the client library, the implementation can be found in the `DeepLClient` class. Please refer to the README for usage @@ -194,7 +194,7 @@ Stable release. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.10.1...HEAD +[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 [1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0 diff --git a/VERSION b/VERSION index 4dae298..1cac385 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.1 +1.11.0 diff --git a/src/Translator.php b/src/Translator.php index ba6ec28..f7c2928 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -17,7 +17,7 @@ class Translator /** * Library version. */ - public const VERSION = '1.10.1'; + public const VERSION = '1.11.0'; /** * Implements all HTTP requests and retries.