From 658dec238ef03d1528212a83e4326e3f34248193 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Fri, 5 Apr 2024 19:08:57 +0200 Subject: [PATCH] release ouroboros-consensus-diffusion-0.12.1.0 --- ouroboros-consensus-diffusion/CHANGELOG.md | 9 +++++++++ .../20240404_233318_coot_peerSharingAPI_fix.md | 5 ----- .../ouroboros-consensus-diffusion.cabal | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 ouroboros-consensus-diffusion/changelog.d/20240404_233318_coot_peerSharingAPI_fix.md diff --git a/ouroboros-consensus-diffusion/CHANGELOG.md b/ouroboros-consensus-diffusion/CHANGELOG.md index 10b41bb2bd..3fc687dba5 100644 --- a/ouroboros-consensus-diffusion/CHANGELOG.md +++ b/ouroboros-consensus-diffusion/CHANGELOG.md @@ -2,6 +2,15 @@ # Changelog entries + +## 0.12.1.0 — 2024-04-05 + +### Non-Breaking + +- Updated `ouroboros-consensus-diffusion` to use `ouroboros-network-0.14.0.0`. + `LowLevelRounNodeArgs` and `NodeKernel` records hold + `PublicPeerSelectionState` variable. + ## 0.12.0.0 — 2024-03-15 diff --git a/ouroboros-consensus-diffusion/changelog.d/20240404_233318_coot_peerSharingAPI_fix.md b/ouroboros-consensus-diffusion/changelog.d/20240404_233318_coot_peerSharingAPI_fix.md deleted file mode 100644 index c8d8495701..0000000000 --- a/ouroboros-consensus-diffusion/changelog.d/20240404_233318_coot_peerSharingAPI_fix.md +++ /dev/null @@ -1,5 +0,0 @@ -### Non-Breaking - -- Updated `ouroboros-consensus-diffusion` to use `ouroboros-network-0.14.0.0`. - `LowLevelRounNodeArgs` and `NodeKernel` records hold - `PublicPeerSelectionState` variable. diff --git a/ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal b/ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal index ec55bde498..814fc32f5c 100644 --- a/ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal +++ b/ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ouroboros-consensus-diffusion -version: 0.12.0.0 +version: 0.12.1.0 synopsis: Integration for the Ouroboros Network layer description: Top level integration for consensus & network layers of the Ouroboros blockchain protocol.