Skip to content

Commit

Permalink
Merge #738
Browse files Browse the repository at this point in the history
738: Bump version to 1.9.2 and update changelog r=dcoutts a=dcoutts

Just a single bugfix for the off-by-one error in the ledger minimum fee calculation.

Co-authored-by: Duncan Coutts <[email protected]>
  • Loading branch information
iohk-bors[bot] and dcoutts authored Mar 30, 2020
2 parents 5063cff + 2c47300 commit 9f90387
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for cardano-node

## 1.9.2 -- March 2020

### node changes
- None.

### consensus changes
- None.

### ledger changes
- Fix off-by-one mismatch in the minimum transaction fee (#756, #757)

### network changes
- None.

## 1.9.1 -- March 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.9.1
version: 1.9.2
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down

0 comments on commit 9f90387

Please sign in to comment.