Skip to content

Commit de5b3d4

Browse files
committed
cardano-submit-api: Update CHANGELOG and cabal file
1 parent 90739e7 commit de5b3d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cardano-submit-api/CHANGELOG.md

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

33
## vNext
44

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

713
* 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)