diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b27f07..600ef54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.8.0 (2022-04-25) + + +### Features + +* py 3.10, django4 support ([cd96129](https://github.com/GetStream/stream-django/commit/cd961293bc5a395bb34cfa40310c0ca909ec5b0d)) +* **release:** update release flow ([#112](https://github.com/GetStream/stream-django/issues/112)) ([4248639](https://github.com/GetStream/stream-django/commit/4248639d0ec5a58f27dd03ecd52d3b0e9ff0cb6a)) + + +### Bug Fixes + +* Allow UUID model IDs ([438e29d](https://github.com/GetStream/stream-django/commit/438e29d5bed19a8ff746b295207f88caf32a9bd5)) +* Also convert uuid strings to UUID objects ([51084c1](https://github.com/GetStream/stream-django/commit/51084c1422aa4aec821f9cfdb664e8dafd8ade25)) + ## 1.7.1 - 2021-08-13 - Fix for django version detection diff --git a/setup.py b/setup.py index a3e425e..0cb7efc 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "ci": ["black; python_version > '3.6'", "flake8", "pytest-cov", "pytest-django"], } -version = "1.7.1" +version = "1.8.0" setup( name="stream-django",