Skip to content

Commit

Permalink
Version 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 29, 2021
1 parent 7dec444 commit 447467f
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 6 deletions.
3 changes: 3 additions & 0 deletions cardano-db-sync-extended/CHANGELOG.md
@@ -1,5 +1,8 @@
# Revision history for cardano-db-sync-extended

## 10.0.2
* Fix docker issue (#712).

## 10.0.1
* Fix docker issue (#686).

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync-extended/cardano-db-sync-extended.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync-extended
version: 10.0.1
version: 10.0.2
synopsis: The Extended Cardano DB Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database. It is "extended" because it maintains an
Expand Down
3 changes: 3 additions & 0 deletions cardano-db-sync/CHANGELOG.md
@@ -1,5 +1,8 @@
# Revision history for cardano-db-sync

## 10.0.2
* Fix docker issue (#712).

## 10.0.1
* Fix docker issue (#686).

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync
version: 10.0.1
version: 10.0.2
synopsis: The Cardano DB Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database.
Expand Down
3 changes: 3 additions & 0 deletions cardano-db-tool/CHANGELOG.md
@@ -1,5 +1,8 @@
# Revision history for cardano-db-tool

## 10.0.2
* Fix docker issue (#712).

## 10.0.0
* Add helper functionality for state snapshot generation.

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-tool/cardano-db-tool.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
-- http://haskell.org/cabal/users-guide/

name: cardano-db-tool
version: 10.0.1
version: 10.0.2
synopsis: Utilities to manage the cardano-db-sync databases.
description: Utilities and executable, used to manage and validate the
PostgreSQL db and the ledger database of the cardano-db-sync node
Expand Down
3 changes: 3 additions & 0 deletions cardano-db/CHANGELOG.md
@@ -1,5 +1,8 @@
# Revision history for cardano-db

## 10.0.2
* Fix docker issue (#712).

## 10.0.1
* Fix docker issue (#686).

Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
-- http://haskell.org/cabal/users-guide/

name: cardano-db
version: 10.0.1
version: 10.0.2
synopsis: A base PostgreSQL component for the cardano-db-sync node.
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down
3 changes: 3 additions & 0 deletions cardano-sync/CHANGELOG.md
@@ -1,5 +1,8 @@
# Revision history for cardano-sync

## 10.0.2
* Fix docker issue (#712).

## 10.0.1
* Fix docker issue (#686).

Expand Down
2 changes: 1 addition & 1 deletion cardano-sync/cardano-sync.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
-- http://haskell.org/cabal/users-guide/

name: cardano-sync
version: 10.0.1
version: 10.0.2
synopsis: The Cardano Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -38,7 +38,7 @@ services:
max-file: "10"

cardano-db-sync:
image: inputoutput/cardano-db-sync:10.0.1
image: inputoutput/cardano-db-sync:10.0.2
environment:
- NETWORK=${NETWORK:-mainnet}
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 447467f

Please sign in to comment.