diff --git a/CHANGELOG.md b/CHANGELOG.md index 7280691..1624eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [24.01.0] - 2024-01-11 +## [24.01.0/1.4.1] - 2024-01-11 ### Fixed - Default value for token_tx_id was wrong type (bool instead of int) diff --git a/graphsense.yaml b/graphsense.yaml index 11c1f2b..1df2405 100644 --- a/graphsense.yaml +++ b/graphsense.yaml @@ -5,7 +5,7 @@ info: contact: name: Iknaio Cryptoasset Analytics GmbH email: contact@ikna.io - version: "1.4.1" + version: "1.4.2" servers: - url: 'https://api.ikna.io' paths: @@ -401,7 +401,7 @@ paths: $ref: '#/components/examples/tx_utxo' tx_account: $ref: '#/components/examples/tx_account' - summary: Returns details of a specific transaction identified by its hash. + summary: Returns details of a specific transaction identified by its hash tags: - txs /{currency}/token_txs/{tx_hash}: @@ -440,7 +440,7 @@ paths: $ref: '#/components/examples/txs_io' schema: $ref: '#/components/schemas/tx_values' - summary: Returns input/output values of a specific transaction identified by its hash. + summary: Returns input/output values of a specific transaction identified by its hash tags: - txs /{currency}/txs/{tx_hash}/spent_in: @@ -521,7 +521,7 @@ paths: $ref: '#/components/examples/token_configs' schema: $ref: '#/components/schemas/token_configs' - summary: Returns a list of supported token (sub)currencies. + summary: Returns a list of supported token (sub)currencies tags: - tokens /tags: @@ -1396,7 +1396,7 @@ components: $ref: '#/components/schemas/uri' refs: type: array - description: list of uris to further information of the actors. + description: list of uris to further information of the actors items: $ref: '#/components/schemas/uri' coingecko_ids: