diff --git a/package.xml b/package.xml
index 201819c02e..89ab01d411 100644
--- a/package.xml
+++ b/package.xml
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
gsherwood@squiz.netyes
- 2019-03-19
-
+ 2019-04-11
+
3.4.23.4.2
@@ -1859,6 +1859,33 @@ http://pear.php.net/dtd/package-2.0.xsd">
+
+
+ 3.4.2
+ 3.4.2
+
+
+ stable
+ stable
+
+ 2019-04-11
+ BSD License
+
+ - Squiz.Arrays.ArrayDeclaration now has improved handling of syntax errors
+ - Fixed an issue where the PCRE JIT on PHP 7.3 caused PHPCS to die when using the parallel option
+ -- PHPCS now disables the PCRE JIT before running
+ - Fixed bug #2368 : MySource.PHP.AjaxNullComparison throws error when first function has no doc comment
+ - Fixed bug #2414 : Indention false positive in switch/case/if combination
+ - Fixed bug #2423 : Squiz.Formatting.OperatorBracket.MissingBrackets error with static
+ - Fixed bug #2450 : Indentation false positive when closure containing nested IF conditions used as function argument
+ - Fixed bug #2452 : LowercasePHPFunctions sniff failing on "new \File()"
+ - Fixed bug #2453 : Squiz.CSS.SemicolonSpacingSniff false positive when style name proceeded by an asterisk
+ -- Thanks to Juliette Reinders Folmer for the patch
+ - Fixed bug #2464 : Fixer conflict between Generic.WhiteSpace.ScopeIndent and Squiz.WhiteSpace.ScopeClosingBrace when class indented 1 space
+ - Fixed bug #2465 : Excluding a sniff by path is not working
+ - Fixed bug #2467 : PHP open/close tags inside CSS files are replaced with internal PHPCS token strings when auto fixing
+
+ 3.4.1