Skip to content

Commit 732c025

Browse files
docs: Increase version to 1.5.1
1 parent ce0fc0e commit 732c025

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-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.5.1] - 2023-09-11
99
### Fixed
1010
* Add `.gitattributes` file to exclude irrelevant files from package download.
1111
* Thanks to [VincentLanglet](https://github.com/VincentLanglet) for [#30](https://github.com/DeepLcom/deepl-php/pull/30)
@@ -114,7 +114,7 @@ Stable release.
114114
Initial version.
115115

116116

117-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...HEAD
117+
[1.5.1]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...v1.5.1
118118
[1.5.0]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...v1.5.0
119119
[1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0
120120
[1.3.0]: https://github.com/DeepLcom/deepl-php/compare/v1.2.1...v1.3.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

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.5.0';
20+
public const VERSION = '1.5.1';
2121

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

0 commit comments

Comments
 (0)