Skip to content

Commit

Permalink
Updated version and CHANGELOG.md (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez authored Dec 4, 2020
1 parent db4d098 commit 1290ddd
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ 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/).

## [0.10.4] - 25-Sep-2020

Targets catapult-rest 2.1.0

### Added

- Added new core failure status.
- Added version field to states.
- Added ``/merkle`` endpoints and Merkle Tree for states.
- Added new block types.
- Added ``/node/unlockedaccount`` endpoint.
- Updated Finalization Proof dto for the latest Testnet server changes.
- Added Account restriction search ``/restrictions/account`` endpoint.
- Added get mosaic restriction by composite hash ``/restrictions/mosaic/{compositeHash}`` endpoint.
- Added get secret lock by composite hash ``/lock/secret/{compositeHash}`` endpoint.
- Added get metadata by composite hash ``/metadata/{compositeHash}`` endpoint.
- Added new IPv4 and IPv6 Role Types.
- Added new private Network Types.

### Updated

- Allowing hash lock searches without filters.
- Allowing secret lock searches without filters.
- Updated finalization proof schema added optional ``signatureSchema``.

### Removed

- ``id`` from namespace's meta.

## [0.10.0] - 25-Sep-2020

Targets catapult-rest 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbol-openapi",
"version": "0.10.1",
"version": "0.10.4",
"description": "OpenAPI Specification of catapult-rest",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions spec/info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.10.1
version: 0.10.4
title: Catapult REST Endpoints
description: OpenAPI Specification of catapult-rest 2.1.0
description: OpenAPI Specification of catapult-rest 2.2.0
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
Expand Down

0 comments on commit 1290ddd

Please # to comment.