From 72c59b78553f5ee85e84f07c6962a7deaac1a22f Mon Sep 17 00:00:00 2001 From: Vikram Patki 24489 Date: Fri, 12 Mar 2021 16:47:46 -0500 Subject: [PATCH] adding changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6ef43f3..3364e0fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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/spec/v2.0.0.html). +##0.6.2 +### Bug Fixes +- Add app_name to prometheus sensors[120](https://github.com/faust-streaming/faust/pull/120) +-DatadogMonitor - IndexError: deque index out of range[113](https://github.com/faust-streaming/faust/issues/113) + ##0.6.1 ### Bug Fixes - fix agents with multiple topics[116](https://github.com/faust-streaming/faust/pull/116)