diff --git a/CHANGELOG.md b/CHANGELOG.md index a62ea40..19a0283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.2 (2022-07-05) +### Fix +* Bump cic-types ([`15ae114`](https://git.grassecon.net/cicnet/cic-cli/commit/15ae1143a5230078219072d096741546ebcc3d07)) + ## v0.5.1 (2022-07-05) ### Fix * Upgrade cic-types to support meta auth ([`22b3062`](https://git.grassecon.net/cicnet/cic-cli/commit/22b3062c4909400664bd2a50ca36d5ee737531a1)) diff --git a/cic/__init__.py b/cic/__init__.py index dd9b22c..7225152 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index 698bf3a..742779d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.5.1" +version = "0.5.2" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",