diff --git a/bench/cardano-topology/cardano-topology.cabal b/bench/cardano-topology/cardano-topology.cabal index 344799d012c..ea09248d953 100644 --- a/bench/cardano-topology/cardano-topology.cabal +++ b/bench/cardano-topology/cardano-topology.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-topology -version: 1.33.0 +version: 1.33.1 description: A cardano topology generator author: IOHK maintainer: operations@iohk.io diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index f3050d28eb7..ecdcf528ecc 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-api -version: 1.33.0 +version: 1.33.1 description: The cardano api author: IOHK maintainer: operations@iohk.io diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index d43f3d629d0..58993b2825e 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-cli -version: 1.33.0 +version: 1.33.1 description: The Cardano command-line interface. author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node-chairman/cardano-node-chairman.cabal b/cardano-node-chairman/cardano-node-chairman.cabal index 0e27dd7e778..11849c532a9 100644 --- a/cardano-node-chairman/cardano-node-chairman.cabal +++ b/cardano-node-chairman/cardano-node-chairman.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-node-chairman -version: 1.33.0 +version: 1.33.1 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node/ChangeLog.md b/cardano-node/ChangeLog.md index c7e997a4964..bacc82e86c5 100644 --- a/cardano-node/ChangeLog.md +++ b/cardano-node/ChangeLog.md @@ -1,5 +1,15 @@ # Changelog for cardano-node +## 1.33.1 -- January 2022 + +### ledger changes + +- Improve the performance of the "query-utxo-by-address" command. Note that this + should be considered a temporary fix - this functionality will be removed from + the node at some future point. If you are using a more robust solution (such + as db-sync or an external indexer), we advise you continue to rely on that. + (#2616) + ## 1.33.0 -- December 2021 ### node changes diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 4a0bf220f4e..eeab2fe4642 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-node -version: 1.33.0 +version: 1.33.1 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-testnet/cardano-testnet.cabal b/cardano-testnet/cardano-testnet.cabal index d89cf6d163e..978bc3cbb11 100644 --- a/cardano-testnet/cardano-testnet.cabal +++ b/cardano-testnet/cardano-testnet.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-testnet -version: 1.33.0 +version: 1.33.1 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/docker-compose.yml b/docker-compose.yml index 22c862356cd..f5fbe01f1e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: cardano-node: - image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.33.0} + image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.33.1} environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -15,7 +15,7 @@ services: max-file: "10" cardano-submit-api: - image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.33.0} + image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.33.1} environment: - NETWORK=${NETWORK:-mainnet} depends_on: diff --git a/plutus-example/plutus-example.cabal b/plutus-example/plutus-example.cabal index 7823a684aab..512cb31e3ef 100644 --- a/plutus-example/plutus-example.cabal +++ b/plutus-example/plutus-example.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: plutus-example -version: 1.33.0 +version: 1.33.1 description: End to end examples of creating and executing Plutus scripts. author: IOHK maintainer: operations@iohk.io