From 85670d6622cb68f76170afde7c0713ac2e3ef61f Mon Sep 17 00:00:00 2001 From: Jan Ebbing Date: Tue, 27 Feb 2024 16:16:28 +0000 Subject: [PATCH] docs: Increase version to 1.7.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- src/Translator.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c023570..9c6133c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [1.7.1] - 2024-02-28 +### Fixed +* Update `VERSION` values to 1.7.1 + + ## [1.7.0] - 2024-02-27 ### Added * New language available: Arabic (`'ar'`). Add language code constants and tests. @@ -134,6 +139,7 @@ Stable release. Initial version. +[1.7.1]: https://github.com/DeepLcom/deepl-php/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/DeepLcom/deepl-php/compare/v1.6.0...v1.7.0 [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 diff --git a/VERSION b/VERSION index dc1e644..943f9cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.7.1 diff --git a/src/Translator.php b/src/Translator.php index 2426b25..d6d7280 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -17,7 +17,7 @@ class Translator /** * Library version. */ - public const VERSION = '1.6.0'; + public const VERSION = '1.7.1'; /** * Implements all HTTP requests and retries.