From 67a72f681eb3dbc745d17c9e8e22a330f1275d84 Mon Sep 17 00:00:00 2001 From: Kasiske Date: Sat, 12 Oct 2024 21:49:18 +0200 Subject: [PATCH] chore: enhanced version history --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70a1d27..8e788b8 100755 --- a/README.md +++ b/README.md @@ -185,6 +185,8 @@ For example, 50 threads inserted a total of 1 million of documents, so the range ## Version history +* v1.2.0 + + improvement: added `--writeconcern` option to pass [write concern](https://www.mongodb.com/docs/manual/reference/write-concern/) (ACKNOWLEDGED, UNACKNOWLEDGED, JOURNALED, MAJORITY) to the operations. * v1.1.4 + improvement: replace `logback-classic` v1.4.6 by v1.4.12 to close a potential security vulnerability * v1.1.3