From e68caad7c5dd70f59e0c5be2d2095422cb9b6e39 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sun, 29 Sep 2024 08:46:33 -0500 Subject: [PATCH] Release v2.2.2 --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index 4ad539d..4c0be4f 100644 --- a/README.markdown +++ b/README.markdown @@ -414,6 +414,12 @@ is still available through RubyGems and the source code is on the ruby branch. ## Version History +## 2.2.2 (September 29, 2024) + +* Fix: default sslmode=prefer behavior could cause fallback config confusion that could cause some connection settings to be ignored when not over ssl. +* Update sprig dependency +* Add docker images to goreleaser (odyfey) + ## 2.2.1 (June 13, 2024) * Fix: handle dollar-quoted strings when splitting SQL statements (Krzysztof SzafraƄski)