Skip to content

Commit ff2a3c6

Browse files
authored
Merge pull request #93 from input-output-hk/dcoutts/release-2.0.0
Bump version to 2.0.0 and update changelog
2 parents c1b9fbb + 9040829 commit ff2a3c6

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

cardano-db-sync-extended/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for cardano-db-sync-extended
22

3+
## 2.0.0 -- April 2020
4+
5+
* Schema change to removes SQL views previously used by by Cardano GraphQL (#92)
6+
37
## 1.5.0 -- April 2020
48

59
* Update dependencies to latest versions (#39, #78)

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: 1.5.0
6+
version: 2.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
@@ -1,5 +1,9 @@
11
# Revision history for cardano-db-sync node
22

3+
## 2.0.0 -- April 2020
4+
5+
* Schema change to removes SQL views previously used by by Cardano GraphQL (#92)
6+
37
## 1.5.0 -- April 2020
48

59
* Fix a bug related to block rollback (#61)

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: 1.5.0
6+
version: 2.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Revision history for cardano-db
22

3-
## vNext
4-
* Removes SQL Views required by Cardano GraphQL, as they are now managed by the application directly (#92)
3+
## 2.0.0 -- April 2020
4+
5+
* Schema change to removes SQL views previously used by by Cardano GraphQL (#92)
56

67
## 1.5.0 -- April 2020
78

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: 1.5.0
6+
version: 2.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.

0 commit comments

Comments
 (0)