Skip to content

Commit 0febccc

Browse files
committed
chore: bump version to 2.17.2
1 parent 9e44a52 commit 0febccc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to BluePLM will be documented in this file.
44

5+
## [2.17.2] - 2025-12-31
6+
7+
### Added
8+
- **Default Team for New Users UI**: Admins can now select which team new users are added to in Settings → Team Members → Teams tab
9+
- **Invited users without teams get default team**: Users invited without specific team assignments are now added to the default team (if configured)
10+
11+
### Fixed
12+
- **Schema migration for existing orgs**: Running schema now creates default teams for existing organizations that don't have them
13+
14+
---
15+
516
## [2.17.1] - 2025-12-31
617

718
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-plm",
3-
"version": "2.17.1",
3+
"version": "2.17.2",
44
"description": "Product Lifecycle Management for everyone who builds",
55
"main": "dist-electron/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)