Skip to content

Commit 13e0477

Browse files
committed
docs: Increase version to 1.8.0
1 parent 4044f0d commit 13e0477

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+4-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.8.0] - 2024-06-24
99
### Added
1010
* Added document minification as a feature before document translation, to allow
1111
translation of large `docx` or `pptx` files. For more info check the README.
@@ -154,7 +154,9 @@ Stable release.
154154
Initial version.
155155

156156

157-
[1.7.2]: https://github.com/DeepLcom/deepl-php/compare/v1.7.1...v1.7.2
157+
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...HEAD
158+
[1.8.0]: https://github.com/DeepLcom/deepl-php/compare/v1.7.2...v1.8.0
159+
[1.7.2]: https://github.com/DeepLcom/deepl-php/compare/v1.7.1...v1.7.2
158160
[1.7.1]: https://github.com/DeepLcom/deepl-php/compare/v1.7.0...v1.7.1
159161
[1.7.0]: https://github.com/DeepLcom/deepl-php/compare/v1.6.0...v1.7.0
160162
[1.6.0]: https://github.com/DeepLcom/deepl-php/compare/v1.5.1...v1.6.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.2
1+
1.8.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.7.2';
20+
public const VERSION = '1.8.0';
2121

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

0 commit comments

Comments
 (0)