Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommel71 committed Nov 27, 2024
1 parent b4ec4c5 commit 583eecf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.11.1] - 2024-11-27

### Added

- added parameters `include_nonstandard_io` and `include_io_index` for endpoints `/{currency}/txs/{tx_hash}` and `/{currency}/txs/{tx_hash}/{io}` (by default false)

## [24.11.0] - 2024-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: format lint

GS_REST_SERVICE_VERSION ?= "24.11.0"
GS_REST_SERVICE_VERSION ?= "24.11.1"
GS_REST_DEV_PORT ?= 9000

test:
Expand Down

0 comments on commit 583eecf

Please sign in to comment.