Skip to content

Commit

Permalink
docs: Increase version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Jun 26, 2024
1 parent 4044f0d commit 13e0477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0] - 2024-06-24
### Added
* Added document minification as a feature before document translation, to allow
translation of large `docx` or `pptx` files. For more info check the README.
Expand Down Expand Up @@ -154,7 +154,9 @@ Stable release.
Initial version.


[1.7.2]: https://github.com/DeepLcom/deepl-php/compare/v1.7.1...v1.7.2
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...HEAD
[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
[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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.8.0
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Translator
/**
* Library version.
*/
public const VERSION = '1.7.2';
public const VERSION = '1.8.0';

/**
* Implements all HTTP requests and retries.
Expand Down

0 comments on commit 13e0477

Please sign in to comment.