From 55d596450b219ae8e933d1fe6678171ad656bff1 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Fri, 23 Jun 2023 10:45:18 -0300 Subject: [PATCH] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Müller --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b17e8..5b35770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Fix specs for Crystal 1.4 and 1.5. ([#163](https://github.com/crystal-lang/crystal-db/pull/163), [#173](https://github.com/crystal-lang/crystal-db/pull/173), thanks @straight-shoota) - Update README. ([#172](https://github.com/crystal-lang/crystal-db/pull/172), [#180](https://github.com/crystal-lang/crystal-db/pull/180), thanks @amauryt, @jgaskins) -Note: The breaking-change introduced in this release does not affect consumers of the library, only drivers implementors. +Note: The breaking-change introduced in this release does not affect consumers of the library, only driver implementors. ## v0.11.0 (2022-01-27)