Skip to content

Commit

Permalink
Bump v2.4.0 (#180)
Browse files Browse the repository at this point in the history
This PR updates the `chainweb-data` package version to 2.4.0 and adds the change notes for the new release.

* Bump chainweb-data.cabal version

* Add changelog for 2.4.0
  • Loading branch information
enobayram authored Dec 21, 2023
1 parent 725f3d5 commit 6339a5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.4.0 (2023-12-21)

* Use CW-N's new block endpoint for history fill operations (#162)
* Fix treatment of events associated to multiple transactions returned by the `txs/txs` endpoint (#177)
* Update Haskell dependencies and GHC version (to 9.2.8) (#172, #174, #176)
* Nix build setup improvements (#170)
* Build with Nix and cache (to nixcache.chainweb.com) the project in GitHub actions (#165)
* README improvements (#168, #169, 178)
* Cabal build GitHub action fix (#166)
* Fix the hie.yaml for HLS (Haskell LSP) (#175, #179)

## 2.3.0 (2023-08-14)

* Fix `fill` and `backfill` issues caused by node's P2P API throttling, resulting in partial fills (#151)
Expand Down
2 changes: 1 addition & 1 deletion haskell-src/chainweb-data.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: chainweb-data
version: 2.3.0
version: 2.4.0
description: Data ingestion for Chainweb.
homepage: https://github.com/kadena-io/chainweb-data
author: Colin Woodbury
Expand Down

0 comments on commit 6339a5a

Please sign in to comment.