From 2b1251245013fa4268251809bed39353d697e8ad Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista Date: Sat, 7 Dec 2024 08:09:01 +0100 Subject: [PATCH] Update changelog for release 1.6.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e013f..f0eb793 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] + +## [1.6.2] (2024-12-07) ### Added * Profiling for countDocuments() and estimatedDocumentCount() (#191) by [@phleauran](https://github.com/phleauran). ### Fixed @@ -221,7 +223,8 @@ First unstable release ## 0.1-alpha (2016-06-30) First release -[Unreleased]: https://github.com/facile-it/mongodb-bundle/compare/1.6.1..master +[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.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