diff --git a/CHANGELOG.md b/CHANGELOG.md index 7393382..825d8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.9.4](https://github.com/etienne-bechara/crux/compare/v5.9.3...v5.9.4) (2024-10-23) + + +### Bug Fixes + +* **orm:** remove entity recursion removal due to performance issues ([6bab95a](https://github.com/etienne-bechara/crux/commit/6bab95a065178cec3199809ad1190173f2ae6664)) + ## [5.9.3](https://github.com/etienne-bechara/crux/compare/v5.9.2...v5.9.3) (2024-10-22) diff --git a/package.json b/package.json index 400d24e..792a2c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/crux", - "version": "5.9.3", + "version": "5.9.4", "description": "Node.js backend package including: framework (NestJS), HTTP server (Fastify), HTTP client (Fetch), distributed caching (ioredis), ORM (MikroORM), swagger documentation (Redoc), logger (Loki), metrics (Prometheus) and tracing (Tempo with OpenTelemetry).", "author": { "name": "Etienne Bechara",