From 1a0c05d92be6720ff6a74c1a8729fe6dbad5acab Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 7 Mar 2024 11:37:24 -0700 Subject: [PATCH] Combine the Dependencies sections (for some reason the merge from main didn't go as expected and it ended up with two). --- CHANGELOG.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aebc20c54c..5b4ada3f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,13 +47,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Dependencies -- Bump google.golang.org/grpc from 1.61.1 to 1.62.1 ([#1850](https://github.com/provenance-io/provenance/pull/1850), [#1864](https://github.com/provenance-io/provenance/pull/1864)) -- Bump cosmossdk.io/math from 1.2.0 to 1.3.0 ([#1857](https://github.com/provenance-io/provenance/pull/1857)) -- Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 ([#1858](https://github.com/provenance-io/provenance/pull/1858)) -- Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 ([#1863](https://github.com/provenance-io/provenance/pull/1863)) - -### Dependencies - +- Bump `google.golang.org/grpc` from 1.61.1 to 1.62.1 ([#1850](https://github.com/provenance-io/provenance/pull/1850), [#1864](https://github.com/provenance-io/provenance/pull/1864)) +- Bump `cosmossdk.io/math` from 1.2.0 to 1.3.0 ([#1857](https://github.com/provenance-io/provenance/pull/1857)) +- Bump `peter-evans/create-pull-request` from 6.0.0 to 6.0.1 ([#1858](https://github.com/provenance-io/provenance/pull/1858)) +- Bump `github.com/golang/protobuf` from 1.5.3 to 1.5.4 ([#1863](https://github.com/provenance-io/provenance/pull/1863)) - Bump `github.com/stretchr/testify` from 1.8.4 to 1.9.0 ([#1860](https://github.com/provenance-io/provenance/pull/1860)) ---