From 7d3066dcc49476b9f8ff85d230cc473fd10d462b Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 3 Sep 2022 19:52:16 -0700 Subject: [PATCH] Bump version to v0.6.1 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1045847a..9c099bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.6.1] - 2022-09-03 + +### Added +- Add coins_per_utxo_size in blockfrost chain context + +### Fixed +- Fixed `PPViewHashesDontMatch` issue. See details in [issue 81] (https://github.com/cffls/pycardano/issues/81). + + ## [0.6.0] - 2022-08-28 `v0.6.0` is update for Vasil hard fork. diff --git a/pyproject.toml b/pyproject.toml index f3a7de1e..0f5f9dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycardano" -version = "0.6.0" +version = "0.6.1" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",