diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7efe5..dbcbeb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.3.3 (2022-04-26) +### Fix +* It's ok if you already exsist ([`38cfb18`](https://git.grassecon.net/cicnet/cic-cli/commit/38cfb185270fb361ff5d9da9976745e1fecc40f8)) +* Take the reins off ([`c84517e`](https://git.grassecon.net/cicnet/cic-cli/commit/c84517e3db264f541e6e5a8eef30703bf28d32d0)) +* Bump deps ([`dcea763`](https://git.grassecon.net/cicnet/cic-cli/commit/dcea763ce5b3d542ed0a50586720fc3a45142e77)) +* **attachement:** Directory not getting created ([`e55b82f`](https://git.grassecon.net/cicnet/cic-cli/commit/e55b82f5295397b3e4123297bc6b231ca251bc83)) + ## v0.3.2 (2022-04-26) ### Fix * Update deps ([`d2e55fa`](https://git.grassecon.net/cicnet/cic-cli/commit/d2e55fad0efd13fa7a1de8ed8ab43e703a4aa046)) diff --git a/cic/__init__.py b/cic/__init__.py index f9aa3e1..e19434e 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/pyproject.toml b/pyproject.toml index 797bf99..09018b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.3.2" +version = "0.3.3" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",