From f1edcb59127b9434a68022dd441a80845038b73e Mon Sep 17 00:00:00 2001 From: Lz Date: Tue, 19 Mar 2024 09:08:19 +0800 Subject: [PATCH] chore(docs): updated CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7ede3..39adada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.3.0] +## [1.3.1] - 2014-03-19 +### Added +- added `Duration` to support `Sacnner` and `Valuer` in sql driver (#27) + +## [1.3.0] - 2014-03-11 ### Added - added `Query[T]` feature and `MapR[T]` Queryer for cross-databases query (#21)