File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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.
209209Initial 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
Original file line number Diff line number Diff line change 1- 1.11.1
1+ 1.12.0
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments