From 0b97c4d09a2df3ba873ba4f5de03adc92e1e450f Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Fri, 5 Apr 2024 11:53:19 -0600 Subject: [PATCH] Put dependencies section in correct place in changelog. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2af8c991..f8f1b5f6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,11 +52,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Updated app.go to use RegisterStreamingServices on BaseApp [#1760](https://github.com/provenance-io/provenance/issues/1760). * Bump the SDK to `v0.50.5-pio-1` (from an earlier ephemeral version) [#1897](https://github.com/provenance-io/provenance/pull/1897). ---- - ### Dependencies + - Bump `github.com/cosmos/ibc-go/v8` from 8.0.0 to 8.2.0 ([#1910](https://github.com/provenance-io/provenance/pull/1910)) +--- + ## [v1.18.0](https://github.com/provenance-io/provenance/releases/tag/v1.18.0) - 2024-03-22 ### Features