Skip to content

Commit b9a7e03

Browse files
docs: Update to 1.12.0
1 parent 93d3fac commit b9a7e03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
## Unreleased
7+
## [1.12.0] - 2025-04-25
88
### Added
99
* Added support for the /v3 Multilingual Glossary APIs in the client library
1010
while providing backwards compatability for the previous /v2 Glossary
@@ -209,7 +209,7 @@ Stable release.
209209
Initial version.
210210

211211

212-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.11.1...HEAD
212+
[1.12.0]: https://github.com/DeepLcom/deepl-php/compare/v1.11.1...v1.12.0
213213
[1.11.1]: https://github.com/DeepLcom/deepl-php/compare/v1.11.0...v1.11.1
214214
[1.11.0]: https://github.com/DeepLcom/deepl-php/compare/v1.10.1...v1.11.0
215215
[1.10.1]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...v1.10.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.12.0

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Translator
1717
/**
1818
* Library version.
1919
*/
20-
public const VERSION = '1.11.1';
20+
public const VERSION = '1.12.0';
2121

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

0 commit comments

Comments
 (0)