We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d6c73 + 3ee2401 commit 3168acdCopy full SHA for 3168acd
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+4.3.4 (2021-02-04)
5
+------------------
6
+
7
+* #529: Reassign modified date in yearly rrule (@laoneo)
8
+* #525: Add .gitattributes to reduce package size (@fezfez)
9
10
4.3.3 (2020-11-09)
11
------------------
12
lib/Version.php
@@ -14,5 +14,5 @@ class Version
14
/**
15
* Full version number.
16
*/
17
- const VERSION = '4.3.3';
+ const VERSION = '4.3.4';
18
}
0 commit comments