diff --git a/CHANGELOG.md b/CHANGELOG.md index c4905f0..021ff5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [0.17.0] - Unreleased +## [0.17.0] - 2026-09-14 ### Added - `Modules\Core\Order\Notifications\OrderPlacedNotification` — an order confirmation email, diff --git a/composer.json b/composer.json index 34b7a67..eb1881e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "boboko/core", "description": "Core module — authentication and shared panel behaviour", "type": "library", - "version": "0.16.3", + "version": "0.17.0", "autoload": { "psr-4": { "Modules\\Core\\": "src/"