Skip to content

Commit

Permalink
bump version v24.04, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Apr 5, 2024
1 parent 83b14b5 commit cd4994f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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/).

## [dev]
## [24.04.0]

### Added

- added paramters `min_height` and `max_height` to `list_address_links` and `list_entity_links` to limit retrieved txs.
- added parameters `min_height`, `max_height` and `order` to `list_address_links` and `list_entity_links` to limit retrieved txs.

## [24.02.3] - 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "openapi_server"
VERSION = "24.03.0-dev"
VERSION = "24.04.0"

# To install the library, run the following
#
Expand Down

0 comments on commit cd4994f

Please sign in to comment.