From 6c02e1f973ed19af5678bc9e4914f782812027cc Mon Sep 17 00:00:00 2001 From: Mitch Harding Date: Tue, 23 Jul 2024 12:39:09 -0400 Subject: [PATCH] Update CHANGELOG.md Release 2.22.0 for CSM 1.6 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd228b8..8de405bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ 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). ## [Unreleased] + +## [2.22.0] ### Added - Add request timeouts to BOS reporter API calls - -### Changed - Create new BOS v2 `max_component_batch_size` option to limit number of components a BOS operator will work on at once. + +### Changed - Code linting (no functional changes) ### Fixed