diff --git a/CHANGELOG.md b/CHANGELOG.md index 9617102c0..60f2e8332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 0.19.2 - 2021-12-04 + +### Merged PRs + +* Impl `ValueTuple` Up to Six by @billy1624 in https://github.com/SeaQL/sea-query/pull/200 +* Basic Benchmark by @tyt2y3 in https://github.com/SeaQL/sea-query/pull/192 + +**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.19.1...0.19.2 + ## 0.19.1 - 2021-11-25 ### Merged PRs diff --git a/Cargo.toml b/Cargo.toml index f45ec48eb..00b822fc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-query" -version = "0.19.1" +version = "0.19.2" authors = [ "Chris Tsang ", "Billy Chan ",