diff --git a/ChangeLog.md b/ChangeLog.md index 9b883ccf..10bf3912 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.0 (2020-03-05) + +#### Changed + +The `transactions` table now stores the entire `PayloadWithOutputs` structure, +not just the smaller `Payload`. + ## 1.0.0 (2020-03-03) Initial release. diff --git a/chainweb-data.cabal b/chainweb-data.cabal index 612002e7..54da94c4 100644 --- a/chainweb-data.cabal +++ b/chainweb-data.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: chainweb-data -version: 1.0.0 +version: 1.1.0 description: Data ingestion for Chainweb. homepage: https://github.com/kadena-io/chainweb-data author: Colin Woodbury