Release Notes
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
Node version 10.6.2 expands Plutus capabilities, adding major new features — Array, Value, modular exponentiation, BLS12-381 multi-scalar multiplication, dropList, case analysis on built-in types, among others — all of which will become available in protocol version 11. These features significantly enhance smart contract expressiveness and performance. This release also strengthens node stability and networking by introducing defensive mempool protections, fixing a potential deadlock, adding mempool timeouts with new EKG metrics, and refining chain-sync and outbound governor behavior. Tracing and monitoring are improved, cardano-testnet behavior is refined, the CLI gains transaction fee estimation and updated stake address output (this is a breaking change), and the cardano-api introduces a new ledger-aligned TxBodyContenttype with related cleanups and fixes.
The release artifacts for 10.6.2 now include linux and darwin arm64 variants and use an updated artifact naming scheme to accommodate the new artifacts. The OCI images for cardano-node, cardano-tracer and cardano-submit-api now include an arm64 variant. Pulling the usual container via tag will auto-select the appropriate architecture for your system. The utilities db-{analyser,synthesizer,truncater} have been added to the cardano-node container.
Breaking changes
- updated stake address output
Known issues
- Old tracing system: The new metrics counting soft and hard mempool timeouts are missing the common node metrics prefix
cardano.node.metrics.
- Syncing mainnet from genesis is about 20% slower than on 10.6.1.
Technical Specification
Minimum System Requirements
- An Intel or AMD x86 processor with two or more cores, at 1.6GHz or faster (2GHz or faster for a stake pool or relay)
- Or, for MacOS, an Apple Silicon processor
- 24GB of RAM when running with the `InMemory` backend, 8GB when running with the `OnDisk` backend (pending confirmation)
- 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
Platform | Block Production | Relay | Client (Desktop)
-------- | :--------------: | :-------------: | :--------------:
Linux | :green_circle: | :green_circle: | :green_circle:
Windows | :red_square: | :red_square: | :green_circle:
MacOS | :red_square: | :red_square: | :green_circle:
Downloads
- [Release configuration files](https://book.play.dev.cardano.org/environments.html)
- Docker Images: [cardano-node](https://github.com/IntersectMBO/cardano-node/pkgs/container/cardano-node/682227408?tag=10.6.2), [cardano-tracer](https://github.com/IntersectMBO/cardano-node/pkgs/container/cardano-tracer/682227517?tag=10.6.2), [cardano-submit-api](https://github.com/IntersectMBO/cardano-node/pkgs/container/cardano-submit-api/682227452?tag=10.6.2)
Documentation
Sign-off
| Role |
Approval |
| Technical Steering Committee (Intersect) |
:green_circle: |
| Product Committee (Intersect) |
:green_circle: |
| Test Engineer |
:green_circle: |
| Performance Engineer |
:green_circle: |
| Site Reliability Engineer |
:green_circle: |
| Release Engineer |
:green_circle: |
Legend
* :green_circle: - signed / agreed / supported
* :red_square: - not agreed / unsupported
Changelogs
cardano-node
* Added soft and hard timeouts to mempool (https://github.com/IntersectMBO/ouroboros-consensus/pull/1831)
* Added EKG metrics for soft and hard mempool timeouts (https://github.com/IntersectMBO/cardano-node/pull/6420)
* Improved `cardano-node --help` output by making it the same as the one shown when calling `cardano-node` without arguments (https://github.com/IntersectMBO/cardano-node/pull/6403)
* Improved consistency of traces between immdb-server and cardano-node (https://github.com/IntersectMBO/cardano-node/pull/6397)
* New Tracing
* Environment variable `TRACE_DISPATCHER_LOGGING_HOSTNAME`, covering same functionality as `CARDANO_NODE_LOGGING_HOSTNAME` in the legacy system (https://github.com/IntersectMBO/cardano-node/pull/6429)
* Increased `PrometheusSimple` robustness: Restart backend upon crash; add start/stop traces and more eagerly reap dangling sockets (https://github.com/IntersectMBO/cardano-node/pull/6396)
* Adjusted config for tracing system (https://github.com/IntersectMBO/cardano-node/pull/6401)
* Remove `peersFromNodeKernel` metric and `NodeKernelPeers` tracer as well as `TraceOptionPeerFrequency` config key (https://github.com/IntersectMBO/cardano-node/pull/6387)
cardano-tracer
* Support Prometheus HTTP Service Discovery (https://github.com/IntersectMBO/cardano-node/pull/6377)
* RTView: Removed monitoring based on the `NodePeers` datapoint (https://github.com/IntersectMBO/cardano-node/pull/6422)
cardano-testnet
* Made `cardano-testnet` remain running until stopped (https://github.com/IntersectMBO/cardano-node/pull/6405)
* Made `cardano-testnet` exit earlier when `cardano-node` fails on startup (https://github.com/IntersectMBO/cardano-node/pull/6408)
cardano-cli
## Main changes
- Print estimated transaction fee in `transaction build-estimate`
(feature)
[PR 1325](https://github.com/IntersectMBO/cardano-cli/pull/1325)
- Modified `query stake-address-info` to include the correct [CIP129](https://cips.cardano.org/cip/CIP-0129) hex format as well as the Ledger State format.
(breaking change)
[PR 1313](https://github.com/IntersectMBO/cardano-cli/pull/1313)
## Bug fixes
- create-testnet-data: use the same k for byron and shelley genesis
(bugfix)
[PR 1318](https://github.com/IntersectMBO/cardano-cli/pull/1318)
- Improved error message for malformed timestamps
(bugfix)
[PR 1324](https://github.com/IntersectMBO/cardano-cli/pull/1324)
- Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
(compatible, bugfix)
[PR 1310](https://github.com/IntersectMBO/cardano-cli/pull/1310)
- Fixed error message in readStringOfMaxLength to correctly display the actual maximum length parameter instead of hardcoded value "128"
(bugfix)
[PR 1297](https://github.com/IntersectMBO/cardano-cli/pull/1297)
- Updated `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.
(bugfix)
[PR 1298](https://github.com/IntersectMBO/cardano-cli/pull/1298)
cardano-api
## Main changes
- In order to move away from the "old" api's `TxBodyContent` that utilizes the "eon" abstractions and somewhat
unnecessarily wrapped data definitions, we introduced a new `TxBodyContent` type that aims to be closer to the
ledger's type definitions and therefore easier to use.
(feature)
[PR 1011](https://github.com/IntersectMBO/cardano-api/pull/1011)
- Deprecated "old" certificate api helper functions and introduced equivalent functions exposed by:
`Cardano.Api.Compatible.Certificate`
`Cardano.Api.Experimental.Certificate`
(feature, breaking, refactoring)
[PR 983](https://github.com/IntersectMBO/cardano-api/pull/983)
- Replace `Certificate` in `TxCertificates` with new api's `Certificate` type.
(breaking)
[PR 962](https://github.com/IntersectMBO/cardano-api/pull/962)
- Renamed throwErrorAsException to throwErrorM
(breaking)
[PR 1032](https://github.com/IntersectMBO/cardano-api/pull/1032)
## Bug fixes
- Made canonicalisation functionality does work with CBOR maps in CBOR lists
(bugfix)
[PR 1047](https://github.com/IntersectMBO/cardano-api/pull/1047)
- Reverted PR that broke the `query utxo` command in `cardano-cli` which is supposed to be compatible for all shelley based eras.
(bugfix)
[PR 1048](https://github.com/IntersectMBO/cardano-api/pull/1048)
- Added empty hashes support in `NodeConfig`. Add start time check with seconds precision for Shelley/Byron geneses checks.
(breaking, bugfix)
[PR 1078](https://github.com/IntersectMBO/cardano-api/pull/1078)
- Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.
(bugfix)
[PR 991](https://github.com/IntersectMBO/cardano-api/pull/991)
## Other changes
- Added `Show (AsType a)` instance
(compatible)
[PR 1031](https://github.com/IntersectMBO/cardano-api/pull/1031)
- Added `SerialiseAsRawBytes Word64` instance to `Cardano.Api.Serialise.Raw`
Added `Text reexport to `Cardano.Api.Pretty. Added `DecoderError` reexported to `Cardano.Api.Serialise.Cbor`
gRPC: Added tracing datatypes
(compatible)
[PR 1079](https://github.com/IntersectMBO/cardano-api/pull/1079)
- Removed duplicated `Arbitrary` orphans and re-imported `testlib`s
(compatible)
[PR 1051](https://github.com/IntersectMBO/cardano-api/pull/1051)
- Added `HasTypeProxy` `FromCBOR`, `ToCBOR`, and `SerialiseAsCBOR ` instances to `TxOut`.
(feature)
[PR 960](https://github.com/IntersectMBO/cardano-api/pull/960)
Network
* Enforce maximum number of re-connection attempts by the outbound governor.
* Shorten the timeout when waiting for `chain-sync` to terminate.
* Increase `chain-sync` timeout in the `StNext StMustReply` state to a random value between `~10mins` and `~15mins` (it used to be between `~2.5mins` and `~5mins`).
* Fixed outbound governor bootstrap action.
Consensus
* Fix leaky read lock acquisition that could lead to whole node deadlock.
* Force snapshot tracer to avoid retaining the Genesis state.
* Added the defensive mempool feature, to help mitigate the disruption caused by bugs such as the June 2024 incident.
Plutus
All of the following features will become available in protocol version 11.
* The built-in `Array` type and functions ([CIP-138](https://cips.cardano.org/cip/CIP-138))
* The built-in `Value` type and functions ([CIP-153](https://cips.cardano.org/cip/CIP-153))
* The modular exponentiation built-in function ([CIP-109](https://cips.cardano.org/cip/CIP-109))
* The multi-scalar multiplication built-in functions over BLS12-381 ([CIP-133](https://cips.cardano.org/cip/CIP-133))
* The `dropList` built-in function ([CIP-132](https://cips.cardano.org/cip/CIP-132))
* Case analysis on built-in `Bool`, `Integer`, `List`, `Pair` and `Unit` ([user guide](https://plutus.cardano.intersectmbo.org/docs/delve-deeper/casing-constants))
* All built-in types and functions can be used in Plutus V1 and V2
* Plutus Core 1.1.0 (that is, support for sums-of-products) can be used in Plutus V1 and V2
Detailed Changelogs
Package changelogs
| Package | Version | Changelog |
|--------------------------------|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Win32-network | 0.2.0.1 | [ChangeLog.md](https://github.com/IntersectMBO/Win32-network/blob/fec6d7bdfec15d9bd1033ae5ed25f4385f4f1237/ChangeLog.md "ChangeLog.md") |
| base-deriving-via | 0.1.0.2 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/56a71b150b7ff7fb6d6bf588f3e9d88822c9048c/base-deriving-via/CHANGELOG.md "CHANGELOG.md") |
| byron-spec-chain | 1.0.1.1 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/byron/chain/executable-spec/CHANGELOG.md "CHANGELOG.md") |
| byron-spec-ledger | 1.1.0.1 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/byron/ledger/executable-spec/CHANGELOG.md "CHANGELOG.md") |
| cardano-api | 10.23.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-api/blob/8f860b1969da893e9020ce28fbd455f883cadec5/cardano-api/CHANGELOG.md "CHANGELOG.md") |
| cardano-binary | 1.7.2.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/82e09945726a7650540e0656f01331d09018ac97/cardano-binary/CHANGELOG.md "CHANGELOG.md") |
| cardano-cli | 10.15.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-cli/blob/75a0fd391246480fb0735c0f97d59db93e139889/cardano-cli/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-class | 2.2.3.2 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-base/blob/7803478bfc0030e5015972844635e437710fcc89/cardano-crypto-class/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-praos | 2.2.1.1 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/971708b0142f86507e8694351186551ac8753cf0/cardano-crypto-praos/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-test | 1.6.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/byron/crypto/test/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-tests | 2.2.2.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/971708b0142f86507e8694351186551ac8753cf0/cardano-crypto-tests/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-wrapper | 1.6.1.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/byron/crypto/CHANGELOG.md "CHANGELOG.md") |
| cardano-data | 1.2.4.1 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/libs/cardano-data/CHANGELOG.md "CHANGELOG.md") |
| cardano-git-rev | 0.2.2.1 | |
| cardano-ledger-allegra | 1.8.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/allegra/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-alonzo | 1.14.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/alonzo/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-alonzo-test | 1.4.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/alonzo/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-api | 1.12.1.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/8a3233b74e33e4bcd46a60b012aff05c1e776ac2/libs/cardano-ledger-api/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-babbage | 1.12.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/babbage/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-binary | 1.7.1.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/fd80d647c79475a3320f9e7a663de173e72c6d77/libs/cardano-ledger-binary/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-byron | 1.2.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/byron/ledger/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-conway | 1.20.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/conway/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-core | 1.18.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/libs/cardano-ledger-core/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-dijkstra | 0.1.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/dijkstra/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-mary | 1.9.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/mary/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-shelley | 1.17.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/shelley/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-shelley-ma-test | 1.4.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/shelley-ma/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-shelley-test | 1.7.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/eras/shelley/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-lmdb | 0.4.0.3 | [CHANGELOG.md](https://github.com/input-output-hk/haskell-lmdb/blob/f8ad4d9ccafdb9c315b3c66e78917c561d812244/CHANGELOG.md "CHANGELOG.md") |
| cardano-lmdb-simple | 0.8.1.0 | [CHANGELOG.md](https://github.com/input-output-hk/lmdb-simple/blob/fb732fdc81e45667b948d0b56427076e81bf8604/CHANGELOG.md "CHANGELOG.md") |
| cardano-ping | 0.9.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/2f1daf917c1a8969b747dcfaddcf4775274d734e/cardano-ping/CHANGELOG.md "CHANGELOG.md") |
| cardano-prelude | 0.2.1.0 | [ChangeLog.md](https://github.com/IntersectMBO/cardano-prelude/blob/68e015f6e7f17e67d8dbf16bc1590b926d064962/cardano-prelude/ChangeLog.md "ChangeLog.md") |
| cardano-prelude-test | 0.1.0.5 | |
| cardano-protocol-tpraos | 1.4.1.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/libs/cardano-protocol-tpraos/CHANGELOG.md "CHANGELOG.md") |
| cardano-slotting | 0.2.0.1 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/971708b0142f86507e8694351186551ac8753cf0/cardano-slotting/CHANGELOG.md "CHANGELOG.md") |
| cardano-strict-containers | 0.1.6.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-base/blob/58a3814c049324578a1cbc7f8ab9e0edae42249a/cardano-strict-containers/CHANGELOG.md "CHANGELOG.md") |
| contra-tracer | 0.1.0.2 | |
| diff-containers | 1.3.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/anti-diffs/blob/c189c934ed8d95515f9d420c37e33f1dbc55b2a4/diff-containers/CHANGELOG.md "CHANGELOG.md") |
| ekg-forward | 1.0 | [CHANGELOG.md](https://github.com/input-output-hk/ekg-forward/blob/6a56893a5e07ee5756140dffd897ac93e1790063/CHANGELOG.md "CHANGELOG.md") |
| fingertree-rm | 1.0.0.4 | [CHANGELOG.md](https://github.com/input-output-hk/anti-diffs/blob/bf3dd52b3a85fb075194e92b7851e5ccb3025290/fingertree-rm/CHANGELOG.md "CHANGELOG.md") |
| heapwords | 0.1.0.2 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/56a71b150b7ff7fb6d6bf588f3e9d88822c9048c/heapwords/CHANGELOG.md "CHANGELOG.md") |
| iohk-monitoring | 0.2.1.2 | |
| kes-agent | 0.2.0.1 | |
| kes-agent-crypto | 0.1.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/kes-agent/blob/abe5aafc90fc837b0941504a89f7a207b589fd83/kes-agent-crypto/CHANGELOG.md "CHANGELOG.md") |
| lobemo-backend-aggregation | 0.1.0.3 | |
| lobemo-backend-ekg | 0.2.0.1 | |
| lobemo-backend-monitoring | 0.1.0.3 | |
| lobemo-backend-trace-forwarder | 0.1.0.0 | |
| lobemo-scribe-systemd | 0.1.0.0 | |
| measures | 0.1.0.3 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-base/blob/58a3814c049324578a1cbc7f8ab9e0edae42249a/measures/CHANGELOG.md "CHANGELOG.md") |
| monoidal-synchronisation | 0.1.0.7 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/a705108748417b3b0a127c415188f0571eee6023/monoidal-synchronisation/CHANGELOG.md "CHANGELOG.md") |
| network-mux | 0.9.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/2f1daf917c1a8969b747dcfaddcf4775274d734e/network-mux/CHANGELOG.md "CHANGELOG.md") |
| non-integral | 1.0.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-ledger/blob/2f5956038233e4df0a065d96db32398605603f9b/libs/non-integral/CHANGELOG.md "CHANGELOG.md") |
| optparse-applicative-fork | 0.18.1.0 | [CHANGELOG.md](https://github.com/input-output-hk/optparse-applicative/blob/a85e8bcef4c3411aa3353e472b84e1ce46a83d7d/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus | 0.30.0.1 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/96a9e1b210c092485c8ec3d676c87ac16e2b3c1f/ouroboros-consensus/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus-cardano | 0.26.0.3 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/025ab689811dbf05583f41107f47347e597ce68b/ouroboros-consensus-cardano/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus-diffusion | 0.26.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/7e5999e90b490d6ae26f7073578adca2f0cbf84e/ouroboros-consensus-diffusion/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus-protocol | 0.13.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/4759da500fc9e1d25f2d91c865aa41054cc70f22/ouroboros-consensus-protocol/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network | 0.22.6.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/b49dfd9a3f6905a9d722ae57543fb4ccbadec6c8/ouroboros-network/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-api | 0.16.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/e307020da117e0748c42844874bcbca02d447623/ouroboros-network-api/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-framework | 0.19.3.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/b49dfd9a3f6905a9d722ae57543fb4ccbadec6c8/ouroboros-network-framework/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-mock | 0.1.2.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/6275b8f81010c565dc8e0006b7bb22b7cbb1b31a/ouroboros-network-mock/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-protocols | 0.15.2.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/b49dfd9a3f6905a9d722ae57543fb4ccbadec6c8/ouroboros-network-protocols/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-testing | 0.8.2.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/2f1daf917c1a8969b747dcfaddcf4775274d734e/ouroboros-network-testing/CHANGELOG.md "CHANGELOG.md") |
| plutus-core | 1.57.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/8ab7a76e4afb193dec1d47e60ae8eb392573b516/plutus-core/CHANGELOG.md "CHANGELOG.md") |
| plutus-ledger-api | 1.57.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/8ab7a76e4afb193dec1d47e60ae8eb392573b516/plutus-ledger-api/CHANGELOG.md "CHANGELOG.md") |
| plutus-tx | 1.57.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/8ab7a76e4afb193dec1d47e60ae8eb392573b516/plutus-tx/CHANGELOG.md "CHANGELOG.md") |
| plutus-tx-plugin | 1.57.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/8ab7a76e4afb193dec1d47e60ae8eb392573b516/plutus-tx-plugin/CHANGELOG.md "CHANGELOG.md") |
| prettyprinter-configurable | 1.36.0.0 | |
| quickcheck-monoids | 0.1.0.3 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/cb806d0875f7278440d8ecb86bb210402670d8e5/quickcheck-monoids/CHANGELOG.md "CHANGELOG.md") |
| set-algebra | 1.1.0.4 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/libs/set-algebra/CHANGELOG.md "CHANGELOG.md") |
| small-steps | 1.1.2.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/libs/small-steps/CHANGELOG.md "CHANGELOG.md") |
| sop-extras | 0.4.1.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/4759da500fc9e1d25f2d91c865aa41054cc70f22/sop-extras/CHANGELOG.md "CHANGELOG.md") |
| strict-sop-core | 0.1.3.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/4d73a1a53c2253db1e788b05b7ef3349bd2247ef/strict-sop-core/CHANGELOG.md "CHANGELOG.md") |
| tracer-transformers | 0.1.0.4 | |
| validation-selective | 0.2.0.0.0.0.0.0.1 | [CHANGELOG.md](https://github.com/input-output-hk/validation-selective/blob/0e1675ec2bb0972ceff492c6b785ce43862a2784/CHANGELOG.md "CHANGELOG.md") |
| vector-map | 1.1.0.1 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b11d4da5b7818b1731e11aeeef/libs/vector-map/CHANGELOG.md "CHANGELOG.md") |