Skip to content

Commit 7def9db

Browse files
committed
docs: Increase version to 1.10.1
1 parent 47431c0 commit 7def9db

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.10.1] - 2024-11-29
99
### Fixed
1010
* Fixed the `TextResult` constructor to be compatible with pre-1.10 versions, to
1111
facilitate mocking
@@ -183,7 +183,7 @@ Stable release.
183183
Initial version.
184184

185185

186-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...HEAD
186+
[1.10.1]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...v1.10.1
187187
[1.10.0]: https://github.com/DeepLcom/deepl-php/compare/v1.9.0...v1.10.0
188188
[1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0
189189
[1.8.0]: https://github.com/DeepLcom/deepl-php/compare/v1.7.2...v1.8.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.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.10.0';
20+
public const VERSION = '1.10.1';
2121

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

0 commit comments

Comments
 (0)