diff --git a/CHANGELOG.md b/CHANGELOG.md
index c47d247..555faa4 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,52 @@
+
+# [4.4.0](https://github.com/glowyphp/strings) (2022-07-02)
+* Added is() method.
+* Added isNot() method.
+* Added isNotHexColor() method.
+* Added isNotAffirmative() method.
+* Added isNotDate() method.
+* Added isNotEmail() method.
+* Added isNotUrl() method.
+* Added isNotEmpty() method.
+* Added isNotAscii() method.
+* Added isNotAlphanumeric() method.
+* Added isNotAlpha() method.
+* Added isNotBlank() method.
+* Added isNotNumeric() method.
+* Added isNotDigit() method.
+* Added isNotLower() method.
+* Added isNotUpper() method.
+* Added isNotHexadecimal() method.
+* Added isNotPrintable() method.
+* Added isNotPunctuation() method.
+* Added isNotSerialized() method.
+* Added isNotJson() method.
+* Added isNotBase64() method.
+* Added isNotSimilar() method.
+* Added isNotEqual() method.
+* Added isNotIP() method.
+* Added isNotMAC() method.
+* Added isNotHTML() method.
+* Added isNotInteger() method.
+* Added isNotFloat() method.
+* Added isNotNull() method.
+* Added isNotBoolean() method.
+* Added isNotTrue() method.
+* Added isNotFalse() method.
+* Added isNotUuid() method.
+* Added when() method.
+* Added unless() method.
+* Added whenContains() method.
+* Added whenEqual() method.
+* Added whenIs() method.
+* Added whenIsAscii() method.
+* Added whenStartsWith() method.
+* Added whenIsUuid() method.
+* Added wrap() method.
+* Added dump() method.
+* Added dd() method.
+* Added newLine() method.
+
# [4.3.1](https://github.com/glowyphp/strings) (2022-05-08)
* Fix toNull() method.
diff --git a/composer.json b/composer.json
index 0f0b57c..cc005a5 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"authors": [
{
"name": "Sergey Romanenko",
- "email": "sergey.romanenko@flextype.org",
+ "email": "awilum@msn.com",
"homepage": "https://github.com/Awilum"
}
],
diff --git a/phpunit.xml b/phpunit.xml
index 69a03bf..01174ff 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -11,7 +11,6 @@
- ./app
./src