From 7a9b311f8b0e7d4924e2e13f8dcccf2015f6fa9e Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 5 Dec 2020 10:51:35 -0800 Subject: [PATCH] Move 1.1.613 under Stable Builds I had put this in the wrong place! --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d05e42..cc098ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ Only accretive/fixative changes will be made from now on. +## Stable Builds + * 1.1.613 -- 2020-11-05 * Fix #144 by ensuring `camel-snake-case` is properly required before use in an uberjar context. -## Stable Builds - * 1.1.610 -- 2020-10-19 * Fix #140 by adding `"duckdb"` to `next.jdbc.connection/dbtypes`. * Change `next.jdbc.types/as-*` functions to use a thunk instead of a vector to convey metadata, so that wrapped values do not get unpacked by HoneySQL.