Skip to content

Commit

Permalink
Release v2.32.0 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Bonneaud <[email protected]>
  • Loading branch information
valentinbonneaud and Valentin Bonneaud authored Nov 6, 2024
1 parent cb32641 commit c9048c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
ChangeLog
=========

4.32.0 (2024-11-06)
-------------------
* #109 Throw InvalidDataException when finding invalid RRULE part
* #110 Add support for a new CET TZ name

4.31.0 (2024-06-28)
-------------------
* #106 Merge upstream master 2024-06-27

4.30.0 (2024-05-09)
-------------------
* #103 Fix customized timezone guesser

4.29.0 (2023-12-29)
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.31.0';
public const VERSION = '4.32.0';
}

0 comments on commit c9048c4

Please sign in to comment.