From 6a0eb342e01dcb59e63db14b3eb22a8857102536 Mon Sep 17 00:00:00 2001 From: frrist Date: Thu, 2 Dec 2021 11:47:15 -0800 Subject: [PATCH] docs: changelog for v0.8.5 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f838439..52140f15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes should trigger an increment to the major version. Features increment the minor version and fixes or other changes increment the patch number. + +## [v0.8.5] - 2021-12-02 + +### Fix +- ci and testing deadlines (#776) +- message task tolerates unexpected params (#780) +- don't report errors for messages with invalid method (#784) +- ensembleminimal requires mocker proofs (#790) +- consider partially completed heights w ERRORs and SKIPs (#791) + +### Chore +- bump go and timescale versions for CI tasks (#777) +- consolidate logger names (#789) + ## [v0.8.4] - 2021-10-29