From fa33edff193bbe4ed4701f7e838839cc9c93a213 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Tue, 4 Jul 2023 18:32:22 +0200 Subject: [PATCH] Release v0.0.8 --- CHANGELOG.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8c0ce2..07f912ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## v0.0.8 + +### Added + - [#125](https://github.com/XenitAB/spegel/pull/125) Add retry mirroring to new peer if current peer fails. - [#127](https://github.com/XenitAB/spegel/pull/127) Add configuration for resolve retry and timeout. @@ -21,16 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#132](https://github.com/XenitAB/spegel/pull/132) Extend tests to validate single node and mirror fallback. - [#133](https://github.com/XenitAB/spegel/pull/133) Use routing table size for readiness check. -### Deprecated - ### Removed - [#113](https://github.com/XenitAB/spegel/pull/113) Remove image filter configuration. -### Fixed - -### Security - ## v0.0.7 ### Changed