diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf7f1c..2c86161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.5 (2023-03-24) +### Fix +* Lock erc20-demurrage-token ([`3cde79e`](https://git.grassecon.net/cicnet/cic-cli/commit/3cde79ef8fb77a6b03454e675568834e0ab4ba80)) + ## v0.5.4 (2022-07-05) ### Fix * Pass headers through KeyedWriterFactory ([`de78753`](https://git.grassecon.net/cicnet/cic-cli/commit/de78753675242dd253359a5a5601d9062d81f0ee)) diff --git a/cic/__init__.py b/cic/__init__.py index 6b27eee..86716a7 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.5.4" +__version__ = "0.5.5" diff --git a/pyproject.toml b/pyproject.toml index 413f7f6..39fa503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.5.4" +version = "0.5.5" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",