diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fabbb5..ab90dd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [3.16.1](https://github.com/baking-bad/pytezos/compare/3.16.0...3.16.1) - 2026-10-27 + +### Fixed + +- Michelson TZT tests updated and moved to new repo +- Other maintenance infrastacture fixes + ## [3.16.0](https://github.com/baking-bad/pytezos/compare/3.15.0...3.16.0) - 2026-09-15 ### Added diff --git a/pyproject.toml b/pyproject.toml index dedad664..9cbf2681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytezos" -version = "3.16.0" +version = "3.16.1" description = "Python toolkit for Tezos" license = "MIT" authors = [