Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #228 from input-output-hk/dcoutts/release-1.2.2
Browse files Browse the repository at this point in the history
Bump versions to 1.2.2 and update changelogs
  • Loading branch information
dcoutts committed Jan 17, 2020
2 parents e64a8d3 + e7a4a35 commit c36f34f
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 8 deletions.
5 changes: 5 additions & 0 deletions cardano-explorer-db/CHANGELOG.md
@@ -1,5 +1,10 @@
# Revision history for cardano-explorer-db

## 1.2.2 -- January 2020

* Update dependencies to latest versions.
* Allow building with latest version of persistent library.

## 1.2.1 -- January 2020

* Update dependencies to latest versions.
Expand Down
2 changes: 1 addition & 1 deletion cardano-explorer-db/cardano-explorer-db.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-explorer-db
version: 1.2.1
version: 1.2.2
synopsis: A block explorer for the Cardano chain
description: Code for the Cardano Block Explorer that is shared between the
cardano-explorer-db-node and the cardano-explorer web application.
Expand Down
4 changes: 4 additions & 0 deletions cardano-explorer-node/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for cardano-explorer-node

## 1.2.2 -- January 2020

* Update dependencies to latest versions.

## 1.2.1 -- January 2020

* Update dependencies to latest versions.
Expand Down
2 changes: 1 addition & 1 deletion cardano-explorer-node/cardano-explorer-node.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-explorer-node
version: 1.2.1
version: 1.2.2
synopsis: The DB node for the Cardano Block Explorer
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database.
Expand Down
10 changes: 10 additions & 0 deletions cardano-explorer-webapi/CHANGELOG.md
@@ -1,5 +1,15 @@
# Revision history for cardano-explorer-webapi

## 1.2.2 -- January 2020

* Swagger docs https://input-output-hk.github.io/cardano-explorer/
* Fix /api/blocks/txs/{blkHash} endpoint (#195)
* Fix Ada/Lovelace denomination bug (#197)
* Fix JSON rendering for addresses to match old API
* Add validation for genesis address paging (#219)
* Add additional tests (#222, #227)
* Update dependencies to latest versions.

## 1.2.1 -- January 2020

* Update dependencies to latest versions.
Expand Down
2 changes: 1 addition & 1 deletion cardano-explorer-webapi/cardano-explorer-webapi.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-explorer-webapi
version: 1.2.1
version: 1.2.2
synopsis: A Block Explorer for the Cardano network
description:
homepage: https://github.com/input-output-hk/cardano-explorer
Expand Down
5 changes: 5 additions & 0 deletions cardano-tx-submit/CHANGELOG.md
@@ -1,5 +1,10 @@
# Revision history for cardano-tx-submit

## 1.2.2 -- January 2020

* Update dependencies to latest versions.
* Service added to docker files.

## 1.2.1 -- January 2020

* Update dependencies to latest versions.
Expand Down
2 changes: 1 addition & 1 deletion cardano-tx-submit/cardano-tx-submit.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-tx-submit
version: 1.2.1
version: 1.2.2
synopsis: A web server that allows transactions to be POSTed to the cardano chain
description:
homepage: https://github.com/input-output-hk/cardano-explorer
Expand Down
2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-explorer-db.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-explorer-node.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-explorer-webapi.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-tx-submit.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c36f34f

Please sign in to comment.