From 30fa14c265dee29c52777baed3f966f6bb3f9164 Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Tue, 10 Jan 2023 16:01:28 +0200 Subject: [PATCH] Update change log for version 2.0.0. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b98aef5d..e4e55bb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## 2.0.0 - 2023-01-10 This is a major release that contains a lot of refactoring and underlying changes. The basic directory structure remains the same, but the introduction of Laminas module manager and service manager change how objects are instantiated.