We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c8e47 commit 599acf3Copy full SHA for 599acf3
CHANGELOG.md
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
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
19
## [0.4.0] - 2022-04-29
20
21
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pycardano"
3
-version = "0.4.0"
+version = "0.4.1"
4
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
0 commit comments