From 656bd4592c705c88294802bc948fd87f66250d42 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Thu, 23 Jun 2022 09:23:15 +0200 Subject: [PATCH] Declare 2.0.0-BETA1 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69052d..76ca9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.0.0-BETA1] - TBA +## [2.0.0-BETA1] - 2022-06-23 ### Added * Support DBAL v3 * Add `GoneAwayDetector` interface and `MySQLGoneAwayDetector` class implementation