diff --git a/CHANGELOG.md b/CHANGELOG.md index ac83ad4..f58fff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/). -## UNRELEASED +## 9.0.3 December 18, 2023 ### Fixed - Prevent undefined array key warning within `LinkingSuggestionsService` - Missing label of the tx_yoastseo_prominent_word table diff --git a/ext_emconf.php b/ext_emconf.php index 2896e51..ea3a46d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => 0, 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '9.0.2', + 'version' => '9.0.3', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-12.4.99',