Skip to content

Commit ff22611

Browse files
authored
Merge pull request #714 from phil-davis/prepare-4.5.7
chore: prepare 4.5.7
2 parents 51a81ae + ea210f0 commit ff22611

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ChangeLog
22
=========
33

4+
4.5.7 (2025-04-17)
5+
------------------
6+
7+
* #618: Add new exchangetimezone 'Amsterdam, Berlin, Bern, Rom, Stockholm, Wien' (@chr-is)
8+
* #674: Allow unknown value data types for VALUE (@heiglandreas)
9+
* #707: add phpdoc return types for arrayaccess methods (@smhg)
10+
411
4.5.6 (2024-10-14)
512
------------------
613

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Version
1414
/**
1515
* Full version number.
1616
*/
17-
public const VERSION = '4.5.6';
17+
public const VERSION = '4.5.7';
1818
}

0 commit comments

Comments
 (0)