Skip to content

Commit e34de3f

Browse files
committed
bump up version to v2.8.0
1 parent 9a8e0f0 commit e34de3f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
# v2.8.0
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at release/v2.8.0 -->
6+
7+
## What's Changed
8+
### Enhancements
9+
* Blockheaders: Support for blockheaders call against Indexer API. by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/553
10+
* API: Support for header-only flag on /v2/block algod endpoint. by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/557
11+
12+
## New Contributors
13+
* @dependabot made their first contribution in https://github.com/algorand/py-algorand-sdk/pull/535
14+
15+
**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.7.0...v2.8.0
16+
317
# v2.7.0
418

519
<!-- Release notes generated using configuration in .github/release.yml at release/v2.7.0 -->

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="Algorand SDK in Python",
1010
author="Algorand",
1111
author_email="pypiservice@algorand.com",
12-
version="2.7.0",
12+
version="2.8.0",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/algorand/py-algorand-sdk",

0 commit comments

Comments
 (0)