Skip to content

Commit 4ead788

Browse files
chore(release): 17.4.1 [skip ci]
## [17.4.1](v17.4.0...v17.4.1) (2025-07-03) ### Bug Fixes * **organization-members:** mfa flag ([#621](#621)) ([6be2f1a](6be2f1a))
1 parent 6be2f1a commit 4ead788

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.4.1](https://github.com/makeomatic/ms-users/compare/v17.4.0...v17.4.1) (2025-07-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **organization-members:** mfa flag ([#621](https://github.com/makeomatic/ms-users/issues/621)) ([6be2f1a](https://github.com/makeomatic/ms-users/commit/6be2f1abda638295554c5bed82692e49a91df9e6))
7+
18
# [17.4.0](https://github.com/makeomatic/ms-users/compare/v17.3.2...v17.4.0) (2025-07-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-users",
33
"description": "Core of the microservice for handling users",
44
"main": "./src/index.js",
5-
"version": "17.4.0",
5+
"version": "17.4.1",
66
"scripts": {
77
"test": "npm run lint && npm run test:e2e",
88
"test:e2e:cluster": "DB_SRV=redisCluster mdep test run",

0 commit comments

Comments
 (0)