diff --git a/CHANGELOG.md b/CHANGELOG.md index af6d35b..3564139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.5.1] +## [1.5.2] - 2024-12-12 +- fix(rows): don't close rows in rows.Scan (#49) + +## [1.5.1] - 2024-06-12 - !fix(orderby): use BuildOption instead of allowedColumns (#46) - feat(string): added nullable String/Null for sql/json (#47)