From ebd17f4fcf0ee0b198af8c6a2eb7e6f7203f5ab1 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:54:29 -0700 Subject: [PATCH 1/2] fix typo in version number --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951063a6ab..03a394ff20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,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 the versioning scheme outlined in the [README.md](README.md). -## [2.5.0.0.4] +## [2.5.0.0.5] ### Added - Added configuration option `connections.antientropy_retry` (#4932) ### Changed -- Set default antientropy_rety to run once per hour +- Set default antientropy_rety to run once per hour (#4935) ## [2.5.0.0.4] From ea394b7e7c6136c90b90f8b983aa9a91ae4a0182 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:19:30 -0700 Subject: [PATCH 2/2] fix typo: rety->retry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a394ff20..950a831076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ### Added - Added configuration option `connections.antientropy_retry` (#4932) ### Changed -- Set default antientropy_rety to run once per hour (#4935) +- Set default antientropy_retry to run once per hour (#4935) ## [2.5.0.0.4]