From 597fbb99111e028e352bdc3b136997e6baf4488e Mon Sep 17 00:00:00 2001 From: Christian Kolb Date: Wed, 27 Nov 2024 08:18:17 +0100 Subject: [PATCH] Update docs --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcafcad..4f312b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.1 + +- Fixed parameter doc block to allow configuration up to one array deep. +- Streamlined parameters for components to `NormalizedConfigurationParameters`. + ## 1.0.0 - **[Breaking change](./UPGRADE.md#renamed-package)**: Renamed package from `cqrs` to `cqs-routing`. diff --git a/README.md b/README.md index 2f55778..9870e1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Reduced cost of change through CQS in Symfony -[![Latest Stable Version](https://img.shields.io/badge/stable-1.0.0-blue)](https://packagist.org/packages/digital-craftsman/cqs-routing) +[![Latest Stable Version](https://img.shields.io/badge/stable-1.0.1-blue)](https://packagist.org/packages/digital-craftsman/cqs-routing) [![PHP Version Require](https://img.shields.io/badge/php-8.2|8.3-5b5d95)](https://packagist.org/packages/digital-craftsman/cqs-routing) [![codecov](https://codecov.io/gh/digital-craftsman-de/cqs-routing/branch/main/graph/badge.svg?token=YUKRDW1L8G)](https://codecov.io/gh/digital-craftsman-de/cqs-routing) ![Packagist Downloads](https://img.shields.io/packagist/dt/digital-craftsman/cqs-routing)