From 65a6d2c7d6ae73adc5b4892442f947a06bd0daf7 Mon Sep 17 00:00:00 2001 From: roseduan Date: Sat, 18 May 2024 18:16:20 +0800 Subject: [PATCH] add changelog for v2.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ad492b..1af2a257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release 2.1.0 (2024-05-19) +## 🚀 New Features +* Feature: support iterator (https://github.com/lotusdblabs/lotusdb/pull/153) @akiozihao + +## 🎄 Enhancements +* fix: Pass corresponding options to db.With... methods (https://github.com/lotusdblabs/lotusdb/pull/159) @akiozihao +* feat(lint): add golangci-lint (https://github.com/lotusdblabs/lotusdb/pull/160) @akiozihao + # Release 2.0.0 (2023-09-04) ## 🚀 New Features