Skip to content

Commit

Permalink
Merge pull request sabre-io#554 from phil-davis/prepare-4.4.0
Browse files Browse the repository at this point in the history
Changelog for 4.4.0
  • Loading branch information
phil-davis committed Nov 16, 2021
2 parents 9157772 + 962b5ee commit 0a2e27c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
ChangeLog
=========

4.4.0 (2021-11-15)
------------------

#548: Allow easier extension of the timezone guessing (@heiglandreas)

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)
* #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)
------------------

* #551 version bump that was missed in 4.3.6 (@phil-davis)
* #551: version bump that was missed in 4.3.6 (@phil-davis)

4.3.6 (2021-11-04)
------------------

* #544 Fix deprecated usages and return types on PHP 8.1 (@cedric-anne)
* #544: Fix deprecated usages and return types on PHP 8.1 (@cedric-anne)

4.3.5 (2021-02-12)
------------------
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.
*/
const VERSION = '4.3.8';
const VERSION = '4.4.0';
}

0 comments on commit 0a2e27c

Please sign in to comment.