Skip to content

Commit fdf86cc

Browse files
docs: Increase version to 1.9.0
1 parent 9216532 commit fdf86cc

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.9.0] - 2024-09-17
99
### Added
1010
* Added `$billedCharacters` to the translate text response.
1111

@@ -159,7 +159,7 @@ Stable release.
159159
Initial version.
160160

161161

162-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...HEAD
162+
[1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0
163163
[1.8.0]: https://github.com/DeepLcom/deepl-php/compare/v1.7.2...v1.8.0
164164
[1.7.2]: https://github.com/DeepLcom/deepl-php/compare/v1.7.1...v1.7.2
165165
[1.7.1]: https://github.com/DeepLcom/deepl-php/compare/v1.7.0...v1.7.1

VERSION

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

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

0 commit comments

Comments
 (0)