diff --git a/Common.php b/Common.php index 112c3bb..5c84d97 100644 --- a/Common.php +++ b/Common.php @@ -15,4 +15,4 @@ return 1; } -define( 'DATAVALUES_COMMON_VERSION', '0.4.2' ); +define( 'DATAVALUES_COMMON_VERSION', '0.4.3' ); diff --git a/README.md b/README.md index c0a8404..e025348 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,18 @@ DataValues Common has been written by the Wikidata team, as [Wikimedia Germany] ## Release notes +### 0.4.3 (2019-06-28) + +* Fixed typo in error message in `DispatchingValueParser` + +### 0.4.2 (2018-08-16) + +* The component can now be installed together with DataValues 2.x + +### 0.4.1 (2018-08-09) + +* Fixed version number not updated before. + ### 0.4.0 (2017-08-09) * Removed MediaWiki integration