Skip to content

Commit 3531289

Browse files
committed
Prepare 1.26.2 release
1 parent f683b2b commit 3531289

File tree

8 files changed

+20
-5
lines changed

8 files changed

+20
-5
lines changed

cardano-api/ChangeLog.md

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

3+
## 1.26.2 -- April 2021
4+
- Update `cardano-ledger-spec` version to delay the evaludation stake
5+
distribution which was causing a halt in node block production at the epoch
6+
boundary. (#2616)
7+
38
## 1.26.1 -- March 2021
49

510
- The cardano-submit-api now takes transactions encoded as CBOR rather than

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: 2.4
22

33
name: cardano-api
4-
version: 1.26.1
4+
version: 1.26.2
55
description: The cardano api
66
author: IOHK
77
maintainer: [email protected]

cardano-cli/ChangeLog.md

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

3+
## 1.26.2 -- April 2021
4+
- Update `cardano-ledger-spec` version to delay the evaludation stake
5+
distribution which was causing a halt in node block production at the epoch
6+
boundary. (#2616)
7+
38
## 1.26.1 -- March 2021
49
- It's no longer necessary to specify the era when making a CLI query. When not
510
specified, the current era will be used as a default. (#2470)

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: 2.4
22

33
name: cardano-cli
4-
version: 1.26.1
4+
version: 1.26.2
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: 2.4
22

33
name: cardano-node-chairman
4-
version: 1.26.1
4+
version: 1.26.2
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-node/ChangeLog.md

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

3+
## 1.26.2 -- April 2021
4+
- Update `cardano-ledger-spec` version to delay the evaludation stake
5+
distribution which was causing a halt in node block production at the epoch
6+
boundary. (#2616)
7+
38
## 1.26.1 -- March 2021
49

510
### 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: 2.4
22

33
name: cardano-node
4-
version: 1.26.1
4+
version: 1.26.2
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

nix/supervisord-cluster/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: 2.4
22

33
name: cardano-topology
4-
version: 1.26.1
4+
version: 1.26.2
55
description: A cardano topology generator
66
author: IOHK
77
maintainer: [email protected]

0 commit comments

Comments
 (0)