From 1c968688e5a689111a7cd2036a6731e911f4b9f4 Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Wed, 17 Jan 2024 10:23:21 -0500 Subject: [PATCH] Move changelog entry to bugs. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d51d8638e..ba5f4174c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,11 +46,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Add upgrade handler for 1.18 [#1756](https://github.com/provenance-io/provenance/pull/1756). * Remove the rust upgrade handlers [PR 1774](https://github.com/provenance-io/provenance/pull/1774). * Allow bypassing the config warning wait using an environment variable [PR 1810](https://github.com/provenance-io/provenance/pull/1810). -* Update protos, naming, and documentation to use mills [#1813](https://github.com/provenance-io/provenance/issues/1813). ### Bug Fixes * Remove deleted marker send deny entries [#1666](https://github.com/provenance-io/provenance/issues/1666). +* Update protos, naming, and documentation to use mills [#1813](https://github.com/provenance-io/provenance/issues/1813). ### Dependencies