From 44e2c9c13eef7602c2b5615505742a480c2bfac2 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Tue, 13 Sep 2022 19:56:01 -0400 Subject: [PATCH] Update documentation --- CHANGELOG | 2 +- UPGRADING | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ba526b7..c1d10bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.1?.? (2022-??-??) +Version 0.10.3 (2022-??-??) =========================== Bug fixes: diff --git a/UPGRADING b/UPGRADING index f6dcfff..da64316 100644 --- a/UPGRADING +++ b/UPGRADING @@ -9,6 +9,13 @@ usually prudent: - Check for any changes to sample systemd unit or other init files - If installing from source, update dependencies with: `composer install -o --no-dev` + + +Upgrading from 0.10.2 to 0.10.3 +============================= + +- The following Composer dependencies have been removed: + - laminas/laminas-diactoros Upgrading from 0.8.5 to 0.9.0