Skip to content

Commit

Permalink
prepare release 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 2, 2024
1 parent 2aeb4fc commit f7d900f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
ChangeLog
=========

4.5.5 (2024-07-02)
------------------

* #632: Add PHP 8.3 to CI (@phil-davis)
* #649 add lineIndex and lineString properties to a Property Node (@JohnRDOrazio)
* #652 ITip\Broker: handle timezones in replies to exception events (@gharlan)
* #654 chore: stop exporting php-cs-fixer config (@phil-davis)
* #656 Yearly rrule compliance by the iterator (@kroky)
* #658 throw ParseException when null input is provided (@phil-davis)
* #653 Handle summer time jumps in event recurrences (@phil-davis)

4.5.4 (2023-11-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.5.4';
public const VERSION = '4.5.5';
}

0 comments on commit f7d900f

Please sign in to comment.