feat(service): Add support for service creation, update, and deletion.

This commit is contained in:
2025-01-20 02:18:58 +01:00
parent f3d5c21fab
commit 6e5dd9b05a
6 changed files with 49 additions and 54 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-01-20 - 4.13.0 - feat(service)
Add support for service creation, update, and deletion.
- Implemented TypedHandlers for creating a new service.
- Added features to update existing service details.
- Enabled deletion of services by their unique ID.
## 2025-01-20 - 4.12.2 - fix(service)
Fix secret bundle and service management bugs