diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d06dd7..0a1d694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 1.4.1 - 2016-03-18 + +Update comment in random.php + ### Version 1.4.0 - 2016-03-18 Restored OpenSSL in the version 1 branch in preparation to remove diff --git a/lib/random.php b/lib/random.php index 5faaf7e..f29cefd 100644 --- a/lib/random.php +++ b/lib/random.php @@ -3,8 +3,8 @@ * Random_* Compatibility Library * for using the new PHP 7 random_* API in PHP 5 projects * - * @version 1.2.2 - * @released 2016-03-11 + * @version 1.4.1 + * @released 2016-03-18 * * The MIT License (MIT) *