From 4a88f2b6690184b91d7f436a983db2603c4628dc Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Tue, 12 Mar 2019 12:19:05 -0500 Subject: [PATCH] Update version --- CHANGELOG.md | 3 +++ README.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfdc05..e7cadd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ CHANGELOG ========= +## 4.0.2 +* Updated to pop-db v4.5.0, which includes support for the encoded record class + ## 4.0.1 * Added pop-kettle component for CLI-based helper functionality diff --git a/README.md b/README.md index 46d6654..7310b67 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Pop PHP Framework RELEASE INFORMATION ------------------- -Pop PHP Framework 4.0.1 -Released February 9, 2019 +Pop PHP Framework 4.0.2 +Released March 12, 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.1" + "popphp/popphp-framework": "^4.0.2" } Also, you can clone this repository and install it directly: