Skip to content

Commit 5b52a85

Browse files
committed
cardano-submit-api: Update CHANGELOG and cabal file
1 parent a1a5fef commit 5b52a85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

cardano-submit-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## vNext
44

5+
* Replace the older tracing & metric system — `iohk-monitoring` with `trace-dispatcher`
6+
* Change prometheus metric type from `gauge` to `counter`
7+
* Use slightly different prometheus suffix for counters: `counter` instead of `count`
8+
59
## 10.0 -- Oct 2024
610

711
* Bump for Node 10.0

cardano-submit-api/cardano-submit-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-submit-api
4-
version: 10.1.1
4+
version: 10.2.0
55
synopsis: A web server that allows transactions to be POSTed to the cardano chain
66
description: A web server that allows transactions to be POSTed to the cardano chain.
77
homepage: https://github.com/intersectmbo/cardano-node

0 commit comments

Comments
 (0)