Skip to content

Commit b0672f6

Browse files
authored
Merge pull request #287 from input-output-hk/erikd/changelog-5.0.0
Update Changelog and version for 5.0.0 release
2 parents 02c499a + e60e647 commit b0672f6

File tree

7 files changed

+18
-4
lines changed

7 files changed

+18
-4
lines changed

cardano-db-sync-extended/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
* Note that this release requires the database to be dropped and recreated.
66
* Correct uniqueness constraint on PoolOwner (#251).
7+
* Resurrect the 'cardano-db-tool validate' functionality.
8+
* Rename (correct and clarify) column names in ParamUpdate table.
9+
* Fix calculation of 'deposit' field of Tx table (#249).
10+
* Add a 'fees' column to the 'Epoch' table (#275).
11+
* Add a 'registeredTxId' column to PoolOwner table (#281)
712

813
## 4.0.0
914

cardano-db-sync-extended/cardano-db-sync-extended.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync-extended
6-
version: 4.0.0
6+
version: 5.0.0
77
synopsis: The Extended Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database. It is "extended" because it maintains an

cardano-db-sync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Note that this release requires the database to be dropped and recreated.
66
* Correct uniqueness constraint on PoolOwner (#251).
7+
* Resurrect the 'cardano-db-tool validate' functionality.
8+
* Rename (correct and clarify) column names in ParamUpdate table.
9+
* Fix calculation of 'deposit' field of Tx table (#249).
10+
* Add a 'registeredTxId' column to PoolOwner table (#281)
711

812
## 4.0.0
913

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 4.0.0
6+
version: 5.0.0
77
synopsis: The Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database.

cardano-db/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
* Note that this release requires the database to be dropped and recreated.
66
* Correct uniqueness constraint on PoolOwner (#251).
7+
* Resurrect the 'cardano-db-tool validate' functionality.
8+
* Rename (correct and clarify) column names in ParamUpdate table.
9+
* Fix calculation of 'deposit' field of Tx table (#249).
10+
* Add a 'fees' column to the 'Epoch' table (#275).
11+
* Add a 'registeredTxId' column to PoolOwner table (#281)
712

813
## 4.0.0
914

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 4.0.0
6+
version: 5.0.0
77
synopsis: A base PostgreSQL component for the cardano-db-sync node.
88
description: Code for the Cardano DB Sync node that is shared between the
99
cardano-db-node and other components.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
max-file: "10"
3939

4040
cardano-db-sync:
41-
image: inputoutput/cardano-db-sync:4.0.0
41+
image: inputoutput/cardano-db-sync:5.0.0
4242
environment:
4343
- NETWORK=${NETWORK:-mainnet}
4444
- POSTGRES_HOST=postgres

0 commit comments

Comments
 (0)