Skip to content

Commit a095708

Browse files
committed
docs: Increase version to 1.10.0
1 parent 9e5042a commit a095708

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
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.0] - 2024-11-15
99
### Added
1010
* Added `MODEL_TYPE` option to `translateText()` to use models with higher
1111
translation quality (available for some language pairs), or better latency.
@@ -169,6 +169,7 @@ Stable release.
169169
Initial version.
170170

171171

172+
[1.10.0]: https://github.com/DeepLcom/deepl-php/compare/v1.9.0...v1.10.0
172173
[1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0
173174
[1.8.0]: https://github.com/DeepLcom/deepl-php/compare/v1.7.2...v1.8.0
174175
[1.7.2]: https://github.com/DeepLcom/deepl-php/compare/v1.7.1...v1.7.2

VERSION

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

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

0 commit comments

Comments
 (0)