From ad54d43ece54e2d96deb01b1180144884b90505a Mon Sep 17 00:00:00 2001 From: Baldinof Date: Thu, 21 Oct 2021 14:31:31 +0200 Subject: [PATCH] Update CHANGELOG for 2.1.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b20acd5..3d52235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.1] - 2021-10-21 + +### Fixed +- Compatibility with Doctrine DBAL 3.x (stop using `Connection::ping()` method) + ## [2.1.0] - 2021-06-02 ### Added