From 2f301d555b0ef7c9dde626877e4301d0b04ba29d Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 3 Nov 2023 14:36:49 +0100 Subject: [PATCH] docs: Increase version to 1.6.0 --- CHANGELOG.md | 4 ++-- VERSION | 2 +- src/Translator.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a906ba5..5d30f22 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.6.0] - 2023-11-03 ### Added * Add optional `context` parameter for text translation, that specifies additional context to influence translations, that is not translated itself. @@ -122,7 +122,7 @@ Stable release. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.5.1...HEAD +[1.6.0]: https://github.com/DeepLcom/deepl-php/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0 diff --git a/VERSION b/VERSION index 26ca594..dc1e644 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +1.6.0 diff --git a/src/Translator.php b/src/Translator.php index 769a08f..8505380 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -17,7 +17,7 @@ class Translator /** * Library version. */ - public const VERSION = '1.5.1'; + public const VERSION = '1.6.0'; /** * Implements all HTTP requests and retries.