Skip to content

Commit

Permalink
Merge #1363
Browse files Browse the repository at this point in the history
1363: Update versions to 1.14.2 and update changelogs r=disassembler a=dcoutts



Co-authored-by: Duncan Coutts <duncan@well-typed.com>
  • Loading branch information
iohk-bors[bot] and dcoutts authored Jun 29, 2020
2 parents ff88dea + a1c0000 commit 924a6f7
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
8 changes: 8 additions & 0 deletions cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for cardano-api

## 1.14.2 -- June 2020

- Fix the query that dumps the ledger state as JSON (#1333)

## 1.14.1 -- June 2020

No changes in the cardano-api. There were changes in the cardano-node.

## 1.14.0 -- June 2020

- Improvements to the strongly-typed API (#1112, #1220, #1227, #1246)
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-api
version: 1.14.0
version: 1.14.2
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
11 changes: 10 additions & 1 deletion cardano-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog for cardano-cli

## 1.13.0 -- June 2020
## 1.14.2 -- June 2020

- Fix the hashing of stake pool metadata
- Fix the query that dumps the ledger state as JSON (#1333)

## 1.14.1 -- June 2020

No changes in the cardano-cli. There were changes in the cardano-node.

## 1.14.0 -- June 2020

- New flags for transaction metadata in tx construction (#1233)
- New flags for reward account withdrawals in tx construction (#1237)
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-cli
version: 1.14.0
version: 1.14.2
description: The Cardano command-line interface.
author: IOHK
maintainer: operations@iohk.io
Expand Down
10 changes: 10 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for cardano-node

## 1.14.2 -- June 2020

No changes in the node. There were changes in the cardano-api and cardano-cli.

## 1.14.1 -- June 2020

- Include the libsodium.dll info Windows build artefacts (#1327)
- Fix compiler warnings on Windows (#1303)
- Split live view code into more modules (#1323)

## 1.14.0 -- June 2020

### node changes
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-node
version: 1.14.0
version: 1.14.2
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down

0 comments on commit 924a6f7

Please sign in to comment.