diff --git a/README.md b/README.md index 190df34..5c530d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![version](https://img.shields.io/badge/version-2.2.3-green.svg)](https://github.com/steevanb/doctrine-read-only-hydrator/tree/2.2.3) +[![version](https://img.shields.io/badge/version-2.2.4-green.svg)](https://github.com/steevanb/doctrine-read-only-hydrator/tree/2.2.4) [![doctrine](https://img.shields.io/badge/doctrine/orm-^2.4.8-blue.svg)](http://www.doctrine-project.org) [![php](https://img.shields.io/badge/php-^5.4.6%20||%20^7.0-blue.svg)](http://www.doctrine-project.org) ![Lines](https://img.shields.io/badge/code%20lines-1236-green.svg) diff --git a/changelog.md b/changelog.md index f32124c..c5a65be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ -### [2.2.3](../../compare/2.2.1...2.2.2) (2019-10-28) +### [2.2.4](../../compare/2.2.3...2.2.4) (2020-12-15) + +- [maxhelias](https://github.com/maxhelias) Fix Composer autoload error with ComposerOverloadClass directory + +### [2.2.3](../../compare/2.2.2...2.2.3) (2019-10-28) - Add try / catch in ReadOnlySubscriber to catch empty class name exception throwned by class_implements()