Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 4, 2018
1 parent 7f4b63d commit 9b3899e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 1.4.3 - 2018-04-04

* Fix version number in constant in lib/random.php
* Upgrade your dependency from `^1` to `^1|^2` if you want other
changes (i.e. better compatibility with type-safety), because the
v2 branch is where most of the development effort is focused.
Continued support for v1.x is considered "only for emergencies".

### Version 1.4.2 - 2017-03-13

* Backport changes from version 2:
Expand Down
4 changes: 2 additions & 2 deletions lib/random.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Random_* Compatibility Library
* for using the new PHP 7 random_* API in PHP 5 projects
*
* @version 1.4.2
* @released 2016-11-07
* @version 1.4.3
* @released 2018-04-04
*
* The MIT License (MIT)
*
Expand Down

0 comments on commit 9b3899e

Please sign in to comment.