Skip to content

Commit

Permalink
Update changelogs and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Jan 18, 2022
1 parent ede4cb1 commit 7d0650a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
10 changes: 10 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 7d0650a

Please sign in to comment.