Skip to content

Commit

Permalink
Version 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 7, 2022
1 parent 49678d7 commit 935e1fe
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 8 deletions.
3 changes: 3 additions & 0 deletions cardano-db-sync-extended/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision history for cardano-db-sync-extended

## 12.0.2
* Fix PoolOfflineFetchError URL entry (#697).

## 12.0.1
* No changes.

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync-extended/cardano-db-sync-extended.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.4
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync-extended
version: 12.0.1
version: 12.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision history for cardano-db-sync

## 12.0.2
* Fix PoolOfflineFetchError URL entry (#697).

## 12.0.1
* No changes.

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.4
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync
version: 12.0.1
version: 12.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision history for cardano-db-tool

## 12.0.2
* No changes.

## 12.0.1
* No changes.

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

name: cardano-db-tool
version: 12.0.1
version: 12.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision history for cardano-db

## 12.0.2
* Fix PoolOfflineFetchError URL entry (#697).

## 12.0.1
* No changes.

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

name: cardano-db
version: 12.0.1
version: 12.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
8 changes: 7 additions & 1 deletion cardano-smash-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Revision history for cardano-smash-server

## 12.0.2
* Fix PoolOfflineFetchError URL entry (#697).

## 12.0.1
* No changes.

## 12.0.1
* Fix metadata hash in served JSON.
* Fix metadata hash in served JSON.


## 12.0.0
Expand Down
2 changes: 1 addition & 1 deletion cardano-smash-server/cardano-smash-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
-- http://haskell.org/cabal/users-guide/

name: cardano-smash-server
version: 12.0.1
version: 12.0.2
synopsis: The Cardano smash server
description: Please see the README on GitHub at
<https://github.com/input-output-hk/cardano-db-sync/cardano-smash-server/#readme>
Expand Down
3 changes: 3 additions & 0 deletions cardano-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision history for cardano-sync

## 12.0.2
* No changes.

## 12.0.1
* No changes.

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

name: cardano-sync
version: 12.0.1
version: 12.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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
max-file: "10"

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

0 comments on commit 935e1fe

Please sign in to comment.