diff --git a/CHANGELOG.md b/CHANGELOG.md index 20cc1bc..0fce865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.0 (2022-07-04) +### Feature +* Add meta-auth ([#4](https://git.grassecon.net/cicnet/cic-cli/issues/4)) ([`bfe7086`](https://git.grassecon.net/cicnet/cic-cli/commit/bfe7086178f3fc2743dd68cc20c5459ca466ae8e)) + ## v0.4.1 (2022-06-14) ### Fix * Bump deps ([`e36ea4b`](https://git.grassecon.net/cicnet/cic-cli/commit/e36ea4bcfb1c417d1adf2be9455cb20b23323414)) diff --git a/cic/__init__.py b/cic/__init__.py index 3d26edf..3d18726 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 23ad5ef..3d8cd71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.4.1" +version = "0.5.0" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",