From f7faea8ffb693a2a0b6b924910cc584654dae3c6 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Thu, 10 Mar 2022 10:10:18 -0500 Subject: [PATCH] Update changelog ahead of v0.27.0 release (#427) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f99934764c9..a710f87a2590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). + +## [0.26.1] - 2022-03-10 + +### Added +- `csv_parser` can now handle fields containing line breaks. ([PR425]https://github.com/open-telemetry/opentelemetry-log-collection/pull/425) + +### Fixed +- Issue where `recombine` operator would combine entire file in certain specific circumstances. ([PR416]https://github.com/open-telemetry/opentelemetry-log-collection/pull/416) + + ## [0.26.0] - 2022-02-25 ### Added