diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0efa6ad..3c2b8aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "services/finance": "0.8.0", - "services/iam": "0.7.0", + "services/iam": "0.8.0", "services/hr": "0.1.0" } \ No newline at end of file diff --git a/services/iam/CHANGELOG.md b/services/iam/CHANGELOG.md index 9847f53..a626943 100644 --- a/services/iam/CHANGELOG.md +++ b/services/iam/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.0](https://github.com/mutugading/goapps-backend/compare/iam-service/v0.7.0...iam-service/v0.8.0) (2026-04-13) + + +### Features + +* add UOM category management with CRUD, import/export, and seed migration ([29e4c43](https://github.com/mutugading/goapps-backend/commit/29e4c432fdaf2ac13f81dd548488ed6d5596c75f)) +* add UOM category management with CRUD, import/export, and seed migration ([f4cbaaa](https://github.com/mutugading/goapps-backend/commit/f4cbaaaed866fec031f8a0af05bdb98970d99254)) + ## [0.7.0](https://github.com/mutugading/goapps-backend/compare/iam-service/v0.6.0...iam-service/v0.7.0) (2026-04-08)