From 65e97b6f476ad72a0dc49f43e0b61ae7cb35d8da Mon Sep 17 00:00:00 2001 From: jasonlamz Date: Fri, 15 Mar 2024 11:46:27 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a126693b..aa07a743a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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/#semantic-versioning-200). +## [2.3.6] - ? + +### :crab: Changed +- Changed log level of `Failover.startWriterFailover` and `Failover.establishedConnection` to info ([PR #922](https://github.com/awslabs/aws-advanced-jdbc-wrapper/pull/922)) + ## [2.3.5] - 2024-03-14 ### :magic_wand: Added