Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Mar 9, 2020
1 parent bee1616 commit 6f88a29
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.8.7] - 09-Mar-2020

Targets catapult-rest 1.0.20.22

### Added

- ``/network/fees/rental`` endpoint.

### Changed

- ``/network/fees`` endpoint moved to ``/network/transaction``.
- Multi query param serialization from CSV to additional query params (e.g ``type=16974&type=16718``).
- TransactionNetworkFeesDTO average and median multipliers are now integers.

### Removed

- Format from integers.

## [0.8.6] - 02-Mar-2020

Targets catapult-rest 1.0.20.20
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.6",
"version": "0.8.7",
"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.8.6
version: 0.8.7
title: Catapult REST Endpoints
description: OpenAPI Specification of catapult-rest 1.0.20.20
description: OpenAPI Specification of catapult-rest 1.0.20.22
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html

0 comments on commit 6f88a29

Please # to comment.