Skip to content

Commit

Permalink
Merge #1930
Browse files Browse the repository at this point in the history
1930: Bump versions to 1.21.1 and update changelogs r=disassembler a=dcoutts



Co-authored-by: Duncan Coutts <duncan@well-typed.com>
  • Loading branch information
iohk-bors[bot] and dcoutts committed Oct 5, 2020
2 parents 4653b50 + baa66ef commit a819311
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 8 deletions.
4 changes: 4 additions & 0 deletions cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for cardano-api

## 1.21.1 -- September 2020

None

## 1.21.0 -- September 2020
- Support for multi-signature scripts (#1788)
- Support for Byron witnesses for addresses that use attributes, which includes
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-api
version: 1.21.0
version: 1.21.1
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
4 changes: 4 additions & 0 deletions cardano-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for cardano-cli

## 1.21.1 -- September 2020

None

## 1.21.0 -- September 2020
- Support for multi-signature scripts (#1788, #1880)

Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-cli
version: 1.21.0
version: 1.21.1
description: The Cardano command-line interface.
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-node-chairman
version: 1.21.0
version: 1.21.1
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
27 changes: 23 additions & 4 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for cardano-node

## 1.21.1 -- September 2020

### node changes
- Fix configuration defaults that was interfering with using systemd socket
activation (#1927)
- Workaround for building on Linux systems without systemd (#1775)
- Fix the severity level for some protocol tracers (#1910)
- Add more detail to the logging of the keep-alive protocol (#1873)
- Improve the reporting of failures in the "chairman" CI test (#1916, #1923)

### consensus changes
- None.

### ledger changes
- None.

### network changes
- None.

## 1.21.0 -- September 2020

### node changes
Expand Down Expand Up @@ -651,9 +670,9 @@ No changes in the node. There were changes in the cardano-api and cardano-cli.
## 1.9.0 -- March 2020

### node changes
- Remove CLI override for genesis file. It must be in the confg file. (#683)
- Genesis file path in confg relative to the config file location (#648)
- For security adjust default confg to not listen on local ports (#707)
- Remove CLI override for genesis file. It must be in the config file. (#683)
- Genesis file path in config relative to the config file location (#648)
- For security adjust default config to not listen on local ports (#707)
- Use new DNS relay pool in default mainnet configuration (#708, )
- CLI support for creating Byron era update proposals (#696)
- Improved Windows CI (#669, #685)
Expand Down Expand Up @@ -903,7 +922,7 @@ No changes in the node. There were changes in the cardano-api and cardano-cli.
### node changes
- Update to latest dependencies (consensus, ledger, logging etc)
- More monitoring counters/statistics, including Prometheus output (#366)
- Remove unused legacy and wallet configuration fields (code and confg files)
- Remove unused legacy and wallet configuration fields (code and config files)
- Improve README files
- Hide tracing options from default `--help` command
- Fix flakeyness in logging setup & shutdown
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-node
version: 1.21.0
version: 1.21.1
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down

0 comments on commit a819311

Please sign in to comment.