Skip to content

Commit 2f301d5

Browse files
docs: Increase version to 1.6.0
1 parent b0c2db8 commit 2f301d5

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.6.0] - 2023-11-03
99
### Added
1010
* Add optional `context` parameter for text translation, that specifies
1111
additional context to influence translations, that is not translated itself.
@@ -122,7 +122,7 @@ Stable release.
122122
Initial version.
123123

124124

125-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.5.1...HEAD
125+
[1.6.0]: https://github.com/DeepLcom/deepl-php/compare/v1.5.1...v1.6.0
126126
[1.5.1]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...v1.5.1
127127
[1.5.0]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...v1.5.0
128128
[1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.6.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.5.1';
20+
public const VERSION = '1.6.0';
2121

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

0 commit comments

Comments
 (0)