Skip to content

Commit

Permalink
docs: Increase version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed May 24, 2023
1 parent d307cb3 commit b235af7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [1.4.0] - 2023-05-24
### Added
* Script to check our source code for license headers and a step for them in the CI.
* Added platform and node version information to the user-agent string that is sent with API calls, along with an opt-out.
Expand All @@ -15,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Changed document translation to poll the server every 5 seconds. This should greatly reduce observed document translation processing time.



## [1.3.0] - 2023-01-26
### Added
* New languages available: Korean (`'ko'`) and Norwegian (bokmål) (`'nb'`). Add language code constants and tests.
Expand Down Expand Up @@ -97,7 +99,8 @@ Stable release.
Initial version.


[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/DeepLcom/deepl-php/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/DeepLcom/deepl-php/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/DeepLcom/deepl-php/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.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.3.0';
public const VERSION = '1.4.0';

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

0 comments on commit b235af7

Please sign in to comment.