From fdf86cce24718d0ca4fa237e809951ec0d4835a8 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 17 Sep 2024 10:33:38 +0200 Subject: [PATCH] docs: Increase version to 1.9.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 f702082..79b5a21 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.9.0] - 2024-09-17 ### Added * Added `$billedCharacters` to the translate text response. @@ -159,7 +159,7 @@ Stable release. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...HEAD +[1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/DeepLcom/deepl-php/compare/v1.7.2...v1.8.0 [1.7.2]: https://github.com/DeepLcom/deepl-php/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/DeepLcom/deepl-php/compare/v1.7.0...v1.7.1 diff --git a/VERSION b/VERSION index 27f9cd3..f8e233b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/src/Translator.php b/src/Translator.php index 68f5c00..f5502d0 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -17,7 +17,7 @@ class Translator /** * Library version. */ - public const VERSION = '1.8.0'; + public const VERSION = '1.9.0'; /** * Implements all HTTP requests and retries.