Skip to content

Commit 599acf3

Browse files
committed
Bump version to v0.4.1
1 parent f9c8e47 commit 599acf3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8+
## [0.4.1] - 2022-05-03
9+
10+
### Changed
11+
12+
- Use specific version of blockfrost-python
13+
14+
### Fixed
15+
16+
- Don't add min_lovelace to unfulfilled_amount when change address is not provided
17+
18+
819
## [0.4.0] - 2022-04-29
920

1021
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycardano"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
classifiers = [
55
"Intended Audience :: Developers",
66
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)