Skip to content

Commit 73f9a74

Browse files
Merge #3681
3681: 1.34.1 changelog and version bump r=LaurenceIO a=LaurenceIO Create changelog for 1.34.1 and bump versions to 1.34.1 Co-authored-by: LaurenceIO <[email protected]>
2 parents be199b6 + a357c17 commit 73f9a74

File tree

9 files changed

+15
-9
lines changed

9 files changed

+15
-9
lines changed

bench/cardano-topology/cardano-topology.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-topology
4-
version: 1.34.0
4+
version: 1.34.1
55
description: A cardano topology generator
66
author: IOHK
77
maintainer: [email protected]

cardano-api/cardano-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-api
4-
version: 1.34.0
4+
version: 1.34.1
55
description: The cardano api
66
author: IOHK
77
maintainer: [email protected]

cardano-cli/cardano-cli.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-cli
4-
version: 1.34.0
4+
version: 1.34.1
55
description: The Cardano command-line interface.
66
author: IOHK
77
maintainer: [email protected]

cardano-node-chairman/cardano-node-chairman.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-node-chairman
4-
version: 1.34.0
4+
version: 1.34.1
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-node/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for cardano-node
22

3+
## 1.34.1 -- March 2022
4+
5+
### node changes
6+
- Fix tracer config mismatches #3668
7+
- Fix #3664: Restore legacy metrics #3676
8+
39
## 1.34.0 -- February 2022
410

511
### node changes

cardano-node/cardano-node.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-node
4-
version: 1.34.0
4+
version: 1.34.1
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-testnet/cardano-testnet.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-testnet
4-
version: 1.34.0
4+
version: 1.34.1
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
cardano-node:
5-
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.0}
5+
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.1}
66
environment:
77
- NETWORK=${NETWORK:-mainnet}
88
volumes:
@@ -15,7 +15,7 @@ services:
1515
max-file: "10"
1616

1717
cardano-submit-api:
18-
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.34.0}
18+
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.34.1}
1919
environment:
2020
- NETWORK=${NETWORK:-mainnet}
2121
depends_on:

plutus-example/plutus-example.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: plutus-example
4-
version: 1.34.0
4+
version: 1.34.1
55
description: End to end examples of creating and executing Plutus scripts.
66
author: IOHK
77
maintainer: [email protected]

0 commit comments

Comments
 (0)