Skip to content

Commit c2f3246

Browse files
committed
docs: Increase version to 1.11.0
1 parent 46b68a7 commit c2f3246

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
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [1.11.0] - 2025-01-16
99
### Added
1010
* Added support for the Write API in the client library, the implementation
1111
can be found in the `DeepLClient` class. Please refer to the README for usage
@@ -194,7 +194,7 @@ Stable release.
194194
Initial version.
195195

196196

197-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.10.1...HEAD
197+
[1.11.0]: https://github.com/DeepLcom/deepl-php/compare/v1.10.1...v1.11.0
198198
[1.10.1]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...v1.10.1
199199
[1.10.0]: https://github.com/DeepLcom/deepl-php/compare/v1.9.0...v1.10.0
200200
[1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0

VERSION

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

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.10.1';
20+
public const VERSION = '1.11.0';
2121

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

0 commit comments

Comments
 (0)