Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vektrat committed Sep 25, 2020
1 parent 5bdf48f commit b719de7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v2.1.0] - 25-Sept-2020
### Added
- Added `totalTransactionsCount` to the block meta.

### Changed
- Removed `type` interpretation from the tranfer transaction messages.
- Renamed `numTransactions` and `numStatements` to `transactionsCount` and `statementsCount` in the block meta.

## [v2.0.0] - 21-Sept-2020
### Added
- New `fromHeight` and `toHeight` filters to the transaction endpoints.
Expand Down
2 changes: 1 addition & 1 deletion COMPATIBILITY.md
Expand Up @@ -4,7 +4,7 @@ in-between the listed versions_

| catapult-rest | catapult-server | Highlighted notes |
|---------------|-----------------|--------------------------------------------------------------------|
| v2.0.0 | v10.0.1 | Finalization support |
| v2.1.0 | v10.0.3 | Finalization support |
| v1.1.3 | v9.6.2 | Address resized (25 -> 24 bytes)<br>Updated REST version numbering |
| v1.0.20.50 | v9.5.1 | VRF support |
| v1.0.20.31 | v9.4.1 | TLS support |
Expand Down
2 changes: 1 addition & 1 deletion catapult-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "catapult-sdk",
"version": "2.0.0",
"version": "2.1.0",
"description": "Catapult SDK core",
"main": "_build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rest/package.json
@@ -1,6 +1,6 @@
{
"name": "catapult-api-rest",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "_build/index.js",
"scripts": {
Expand Down

0 comments on commit b719de7

Please sign in to comment.