Skip to content

Commit 924a6f7

Browse files
Merge #1363
1363: Update versions to 1.14.2 and update changelogs r=disassembler a=dcoutts Co-authored-by: Duncan Coutts <duncan@well-typed.com>
2 parents ff88dea + a1c0000 commit 924a6f7

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-4
lines changed

cardano-api/ChangeLog.md

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

3+
## 1.14.2 -- June 2020
4+
5+
- Fix the query that dumps the ledger state as JSON (#1333)
6+
7+
## 1.14.1 -- June 2020
8+
9+
No changes in the cardano-api. There were changes in the cardano-node.
10+
311
## 1.14.0 -- June 2020
412

513
- Improvements to the strongly-typed API (#1112, #1220, #1227, #1246)

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-api
2-
version: 1.14.0
2+
version: 1.14.2
33
description: The cardano api
44
author: IOHK
55
maintainer: operations@iohk.io

cardano-cli/ChangeLog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog for cardano-cli
22

3-
## 1.13.0 -- June 2020
3+
## 1.14.2 -- June 2020
4+
5+
- Fix the hashing of stake pool metadata
6+
- Fix the query that dumps the ledger state as JSON (#1333)
7+
8+
## 1.14.1 -- June 2020
9+
10+
No changes in the cardano-cli. There were changes in the cardano-node.
11+
12+
## 1.14.0 -- June 2020
413

514
- New flags for transaction metadata in tx construction (#1233)
615
- New flags for reward account withdrawals in tx construction (#1237)

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-cli
2-
version: 1.14.0
2+
version: 1.14.2
33
description: The Cardano command-line interface.
44
author: IOHK
55
maintainer: operations@iohk.io

cardano-node/ChangeLog.md

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

3+
## 1.14.2 -- June 2020
4+
5+
No changes in the node. There were changes in the cardano-api and cardano-cli.
6+
7+
## 1.14.1 -- June 2020
8+
9+
- Include the libsodium.dll info Windows build artefacts (#1327)
10+
- Fix compiler warnings on Windows (#1303)
11+
- Split live view code into more modules (#1323)
12+
313
## 1.14.0 -- June 2020
414

515
### node changes

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-node
2-
version: 1.14.0
2+
version: 1.14.2
33
description: The cardano full node
44
author: IOHK
55
maintainer: operations@iohk.io

0 commit comments

Comments
 (0)