Skip to content

Commit bc58ea1

Browse files
committed
docs: Increase version to 1.5.0
1 parent adfb068 commit bc58ea1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
## [Unreleased]
9+
10+
11+
## [1.5.0] - 2023-06-26
912
### Added
1013
* Allow users to supply their own custom HTTP client to the `Translator` object, in order to configure timeouts, security features etc more granularly.
1114
* Thanks to [VincentLanglet](https://github.com/VincentLanglet) for the good input and work in [#22](https://github.com/DeepLcom/deepl-php/pull/22)
@@ -107,7 +110,8 @@ Stable release.
107110
Initial version.
108111

109112

110-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...HEAD
113+
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...HEAD
114+
[1.5.0]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...v1.5.0
111115
[1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0
112116
[1.3.0]: https://github.com/DeepLcom/deepl-php/compare/v1.2.1...v1.3.0
113117
[1.2.1]: https://github.com/DeepLcom/deepl-php/compare/v1.2.0...v1.2.1

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.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.4.0';
20+
public const VERSION = '1.5.0';
2121

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

0 commit comments

Comments
 (0)