diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5cdef6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# 2.1.1 + +July 5th 2024 + +## What's Changed +* [PAN-1998] Upgrade to hexbytes 1.x by @markuslevonyak in https://github.com/pantos-io/common/pull/42 + + +**Full Changelog**: https://github.com/pantos-io/common/compare/2.1.0...2.1.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4546454..d81850f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pantos-common" -version = "2.1.0" +version = "2.1.1" description = "Common code for Pantos off-chain components." authors = ["Pantos GmbH "] license = "GPL-3.0-only"