From cd495d70a4ff280202e22a09de9502a3fe0b66cb Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Wed, 27 Dec 2017 10:44:32 -0600 Subject: [PATCH] v4.2.0 (#56) --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index c545d85a..6742a6f5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## v4.2.0 + +* Add support for ON CONFLICT when using a dataset [#55](https://github.com/doug-martin/goqu/pull/55) - [@bobrnor](https://github.com/bobrnor) + ## v4.1.0 * Support for defining WITH clauses for Common Table Expressions (CTE) [#39](https://github.com/doug-martin/goqu/pull/39) - [@Oscil8](https://github.com/Oscil8)