Skip to content

Commit

Permalink
Version 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Oct 20, 2020
1 parent 5ada760 commit 4761542
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cardano-db-sync-extended/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for cardano-db-sync-extended

## 5.0.3

* Workaround fix handling of unsigned 64bit integer fields (#351)

## 5.0.2

* Fix handling of unsigned 64bit integer fields (#334, #335)
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: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync-extended
version: 5.0.2
version: 5.0.3
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
4 changes: 4 additions & 0 deletions cardano-db-sync/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for cardano-db-sync node

## 5.0.3

* Workaround fix handling of unsigned 64bit integer fields (#351)

## 5.0.2

* Fix handling of unsigned 64bit integer fields (#334, #335)
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync
version: 5.0.2
version: 5.0.3
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
4 changes: 4 additions & 0 deletions cardano-db/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for cardano-db

## 5.0.3

* Workaround fix handling of unsigned 64bit integer fields (#351)

## 5.0.2

* Fix handling of unsigned 64bit integer fields (#334, #335)
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db
version: 5.0.2
version: 5.0.3
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
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:5.0.1
image: inputoutput/cardano-db-sync:5.0.3
environment:
- NETWORK=${NETWORK:-mainnet}
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 4761542

Please sign in to comment.