diff --git a/cardano-ping/CHANGELOG.md b/cardano-ping/CHANGELOG.md index ccbebd0cfc..310f0f7383 100644 --- a/cardano-ping/CHANGELOG.md +++ b/cardano-ping/CHANGELOG.md @@ -1,6 +1,10 @@ # Revision history for cardano-ping -## 0.5.0.1 -- 2024-10-17 +## 0.6.0.0 -- 2024-10-17 + +### Breaking changes + +* Support `NodeToClientV_19` ### Non-breaking changes diff --git a/cardano-ping/cardano-ping.cabal b/cardano-ping/cardano-ping.cabal index 72d3496eb8..d350702dbb 100644 --- a/cardano-ping/cardano-ping.cabal +++ b/cardano-ping/cardano-ping.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-ping -version: 0.5.0.0 +version: 0.6.0.0 synopsis: Utility for pinging cardano nodes description: Utility for pinging cardano nodes. license: Apache-2.0 @@ -8,7 +8,7 @@ license-files: LICENSE NOTICE -copyright: 2019-2023 Input Output Global Inc (IOG), 2023-2024 Intersect +copyright: 2019-2024 Input Output Global Inc (IOG), 2023-2024 Intersect author: Karl Knutsson maintainer: karl.knutsson-ext@cardanofoundation.org marcin.szamotulski@iohk.io category: Network