Skip to content

Commit

Permalink
Bump v2.1.1 (#129)
Browse files Browse the repository at this point in the history
Shortly after the 2.1.0 release, we've noticed an oversight in the new `/txs/account` endpoint and decided to correct it with a quick breaking change instead of unnecessarily complicating the API. See [PR #126](#126)

* Bump CW-D version to 2.1.1

* Update the changelog

* Mention docker.nix in changelog

* Update ChangeLog.md

* Update ChangeLog.md
  • Loading branch information
enobayram authored Jan 23, 2023
1 parent 0c2cf36 commit 1569887
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## 2.1.0 (2023-01-05)
## 2.1.1 (2023-01-23)

This is a quick release after 2.1.0 for fixing an oversight in the new `/txs/accounts` endpoint.
* Rename `chainid` -> `chain`, `name` -> `token` fields of `/txs/accounts` for consistency (#126)
* A new `minheight` parameter for `/txs/accounts` (#127)
* A `docker.nix` definition for building Ubuntu-based `chainweb-data` docker images using Nix (#84)

## 2.1.0 (2023-01-17)

_**IMPORTANT NOTICE**: Please skip this chainweb-data release and go straight to 2.1.1. Shortly after the release, we've noticed an oversight in the new `/txs/account` endpoint and decided to correct it with a quick breaking change instead of unnecessarily complicating the API. See [PR #126](https://github.com/kadena-io/chainweb-data/pull/126)._

This release drops the officiall support for Ubuntu 18.04 and adds support for Ubuntu 22.04 (see #100)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0
version: 2.1.1
description: Data ingestion for Chainweb.
homepage: https://github.com/kadena-io/chainweb-data
author: Colin Woodbury
Expand Down

0 comments on commit 1569887

Please sign in to comment.