From d1ec692a718a2890ca139c658a6b45fed473cc53 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 11 Nov 2022 01:28:11 +0800 Subject: [PATCH] release: v2.6.5 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383bcee8..3c7f5edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v2.6.5 - 2022-11-11 + +### Bug Fixes: + +- dependency constrait error with poetry 1.2 +- fix `tmq_commit_cb` param and add test for ns precision (#100) +- github action load library issue on macos (#103) +- taosrest alchemy handle non-root user (#102) + +### Tests: + +- verify on macOS (#20) + +### Documents: + +- update examples/tmq.py (#99) + ## v2.6.5 - 2022-11-10 ### Bug Fixes: