diff --git a/CHANGELOG.md b/CHANGELOG.md index 59cd9752..d72ec2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.7.0] - 2022-10-16 + +### Added + +- Support HDWallets and mnemonic phrases. (#85) + +### Fixed + +- Fix key error when there are duplicates in reference scripts. +- If merging change into existing outputs is enabled, do not enforce min_utxo on changes. +- Make script estimation more accurate. + ## [0.6.3] - 2022-10-02 ### Added diff --git a/pyproject.toml b/pyproject.toml index 25d88945..b4c71b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycardano" -version = "0.6.3" +version = "0.7.0" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",