Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down