diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa936e..cf060c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.0] - 2026-08-17 + +### Added + +- **login**: add email domain restriction to account registration + +### Security + +- **node**: bump Node.js from `24.14.1` to `24.19.0` +- **pnpm**: bump pnpm from `11.5.0` to `11.21.0` +- **nginx**: bump the production nginx image from `1.27` to `1.30` +- **build**: refresh dev/transitive dependencies with the latest stable versions +- **docker**: pin the Node base image to Debian `trixie` (Debian 13) +- **docker**: enhance docker build + ## [2.2.0] - 2026-08-13 ### Added diff --git a/package.json b/package.json index 810ff69..cfd7e40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scrumooth", - "version": "2.2.0", + "version": "2.3.0", "private": true, "license": "Apache-2.0", "description": "Scrumooth - Self-hosted Scrum tool, faithful to the Scrum Guide", diff --git a/packages/backend/package.json b/packages/backend/package.json index d962610..dd75727 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@scrumooth/backend", - "version": "2.2.0", + "version": "2.3.0", "private": true, "license": "Apache-2.0", "type": "module", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 17e7fad..978d834 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@scrumooth/frontend", - "version": "2.2.0", + "version": "2.3.0", "private": true, "license": "Apache-2.0", "description": "Frontend UI for Scrumooth - Self-hosted Scrum tool, faithful to the Scrum Guide", diff --git a/packages/shared/package.json b/packages/shared/package.json index fd10a1b..ca185f3 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@scrumooth/shared", - "version": "2.2.0", + "version": "2.3.0", "private": true, "type": "module", "license": "Apache-2.0",