Skip to content

Commit

Permalink
Prepare tag 13.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed May 30, 2023
1 parent d876493 commit 192c2ad
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cardano-chain-gen/cardano-chain-gen.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-chain-gen
version: 13.1.1.0
version: 13.1.1.1
synopsis: A fake chain generator for testing cardano DB sync.
description: A fake chain generator for testing cardano DB sync.
homepage: https://github.com/input-output-hk/cardano-db-sync
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/CHANGELOG.md
@@ -1,6 +1,6 @@
# Revision history for cardano-db-sync

## 13.1.1.0
## 13.1.1.1
* Adds compatibility with node-8.0.0 [#1403]
* Adds compatibility with the new format of the CostModel in Alonzo genesis file [#1403]
* Adds a procedure which fixes scripts with wrong cbor [Issue #1348]
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db-sync
version: 13.1.1.0
version: 13.1.1.1
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
2 changes: 1 addition & 1 deletion cardano-db-tool/cardano-db-tool.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db-tool
version: 13.1.1.0
version: 13.1.1.1
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
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db
version: 13.1.1.0
version: 13.1.1.1
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 cardano-db/test/cardano-db-test.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-db-test
version: 13.1.1.0
version: 13.1.1.1
synopsis: Tests for the base functionality of the cardano-db library
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 cardano-smash-server/cardano-smash-server.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-smash-server
version: 13.1.1.0
version: 13.1.1.1
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
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -53,7 +53,7 @@ services:
max-file: "10"

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

0 comments on commit 192c2ad

Please sign in to comment.