diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e3b36d7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + + + +## v0.3.0 (2021-10-04) +### Feature +* Move from bump2version to semantic release ([`d141158`](https://github.com/unikubehq/users/commit/d1411584f550a3bb80a02a16a32cae394eac1900)) +* Add DeleteAvatar mutation ([`de57265`](https://github.com/unikubehq/users/commit/de57265cfa3df5e0a02c2d242be8412f0aa0a9e4)) +* Add DeleteAvatar mutation ([`50807df`](https://github.com/unikubehq/users/commit/50807df6a0841d77bf21056a909e01d7ceb72e6e)) + +### Fix +* Add missing query ([`3200ed3`](https://github.com/unikubehq/users/commit/3200ed3f5e89c099d5ca639aa2861b1e26e919dc)) +* Add unikube file / check user allowed to change avatar ([`0adb480`](https://github.com/unikubehq/users/commit/0adb480f41c521334e77669f4bc887addd5c2d94)) +* Setup issues ([`99040ed`](https://github.com/unikubehq/users/commit/99040ed0579c1530f736401699d33f467385b3e0)) + +### Documentation +* Add release flow documentation ([`3b80b45`](https://github.com/unikubehq/users/commit/3b80b4588c3cb02b8d5f96dd28161cbbc1cff770)) diff --git a/src/__init__.py b/src/__init__.py index 788da1f..493f741 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.3.0"