From 5bc6b9257296370b9502dcb5bf7d4976eae10b5b Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista <987038+ilario-pierbattista@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:04:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0eb793..d5febfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +* Infinite recursion of prepareUnserializableData (#167) by [@mhvis](https://github.com/mhvis) ## [1.6.2] (2024-12-07) ### Added @@ -224,7 +226,7 @@ First unstable release First release [Unreleased]: https://github.com/facile-it/mongodb-bundle/compare/1.6.2..master -[1.6.1]: https://github.com/facile-it/mongodb-bundle/compare/1.6.1..1.6.2 +[1.6.2]: https://github.com/facile-it/mongodb-bundle/compare/1.6.1..1.6.2 [1.6.1]: https://github.com/facile-it/mongodb-bundle/compare/1.6.0..1.6.1 [1.6.0]: https://github.com/facile-it/mongodb-bundle/compare/1.5.0..1.6.0 [1.5.0]: https://github.com/facile-it/mongodb-bundle/compare/1.4.0..1.5.0