diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cadd1..689cd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +## 4.0.3 +* Updated to pop-csv v3.1.0, which includes static helper methods + + ## 4.0.2 * Updated to pop-db v4.5.0, which includes support for the encoded record class diff --git a/README.md b/README.md index 7310b67..84c6696 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Pop PHP Framework RELEASE INFORMATION ------------------- -Pop PHP Framework 4.0.2 -Released March 12, 2019 +Pop PHP Framework 4.0.3 +Released April 9, 2019 OVERVIEW -------- @@ -57,7 +57,7 @@ $ composer require popphp/popphp-framework Or, you can add it your project's `composer.json` file: "require": { - "popphp/popphp-framework": "^4.0.2" + "popphp/popphp-framework": "^4.0.3" } Also, you can clone this repository and install it directly: