From dac6dac3605a3fd3b228a903cfd1ef3f03e08138 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Thu, 8 Feb 2024 15:25:02 +0400 Subject: [PATCH] Prepare to release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c139847..8ffbb54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +v2.8.0 (08.02.2024) +------------------- +- The `withDatetimeMicroseconds` option now affects the interpolator by @msmakouz (#155) +- Postgres: support for multiple returning columns by @roxblnfk and @msmakouz (#157) +- MSSQL: support for multiple returning columns by @msmakouz (#160) + v2.7.1 (22.12.2023) ------------------- - Fix setting `precision` and `scale` through attributes by @msmakouz (#148)