From 0c4c6a970f4efa19e16ef7811cfa2cab5218c4f1 Mon Sep 17 00:00:00 2001 From: Ren Xie Liu Date: Fri, 29 Jul 2022 11:56:49 +0800 Subject: [PATCH] release 4.17.0 --- CHANGELOG.md | 4 ++++ lib/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9860f995..ca198812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +4.17.0 (2022-07-29) +------------------- +* #65 [Calendar] Replace Godthab timezone + 4.16.0 (2022-07-06) ------------------- * #63 Fix customized timezone guesser diff --git a/lib/Version.php b/lib/Version.php index 7b64a7a3..875acf47 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -14,5 +14,5 @@ class Version /** * Full version number. */ - const VERSION = '4.16.0'; + const VERSION = '4.17.0'; }