Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 583eecf

Browse files
committed
Update changelog
1 parent b4ec4c5 commit 583eecf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [24.11.1] - 2024-11-27
7+
8+
### Added
9+
10+
- added parameters `include_nonstandard_io` and `include_io_index` for endpoints `/{currency}/txs/{tx_hash}` and `/{currency}/txs/{tx_hash}/{io}` (by default false)
11+
612
## [24.11.0] - 2024-11-20
713

814
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: format lint
22

3-
GS_REST_SERVICE_VERSION ?= "24.11.0"
3+
GS_REST_SERVICE_VERSION ?= "24.11.1"
44
GS_REST_DEV_PORT ?= 9000
55

66
test:

0 commit comments

Comments
 (0)