Skip to content

Commit

Permalink
Merge pull request #93 from input-output-hk/dcoutts/release-2.0.0
Browse files Browse the repository at this point in the history
Bump version to 2.0.0 and update changelog
  • Loading branch information
dcoutts authored May 15, 2020
2 parents c1b9fbb + 9040829 commit ff2a3c6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions cardano-db-sync-extended/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for cardano-db-sync-extended

## 2.0.0 -- April 2020

* Schema change to removes SQL views previously used by by Cardano GraphQL (#92)

## 1.5.0 -- April 2020

* Update dependencies to latest versions (#39, #78)
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: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync-extended
version: 1.5.0
version: 2.0.0
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for cardano-db-sync node

## 2.0.0 -- April 2020

* Schema change to removes SQL views previously used by by Cardano GraphQL (#92)

## 1.5.0 -- April 2020

* Fix a bug related to block rollback (#61)
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: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync
version: 1.5.0
version: 2.0.0
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
5 changes: 3 additions & 2 deletions cardano-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Revision history for cardano-db

## vNext
* Removes SQL Views required by Cardano GraphQL, as they are now managed by the application directly (#92)
## 2.0.0 -- April 2020

* Schema change to removes SQL views previously used by by Cardano GraphQL (#92)

## 1.5.0 -- April 2020

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: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db
version: 1.5.0
version: 2.0.0
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

0 comments on commit ff2a3c6

Please sign in to comment.