diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b73553..6621decb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ChangeLog ========= +4.3.8 (2021-11-14) +------------------ + +* #538 fix EventIterator returns wrong end endTime (@floerke) +* #541 Reordering of the attendees is not a significant change (@floerke) +* #543 Reordering of vevent is not a significant change (@floerke) + 4.3.7 (2021-11-04) ------------------ diff --git a/lib/Version.php b/lib/Version.php index 3b9cc5e2..fce863ec 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -14,5 +14,5 @@ class Version /** * Full version number. */ - const VERSION = '4.3.7'; + const VERSION = '4.3.8'; }