Skip to content

Commit f738ee1

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.8.0 (#113)
Co-authored-by: github-actions <[email protected]>
1 parent 4248639 commit f738ee1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 1.8.0 (2022-04-25)
6+
7+
8+
### Features
9+
10+
* py 3.10, django4 support ([cd96129](https://github.com/GetStream/stream-django/commit/cd961293bc5a395bb34cfa40310c0ca909ec5b0d))
11+
* **release:** update release flow ([#112](https://github.com/GetStream/stream-django/issues/112)) ([4248639](https://github.com/GetStream/stream-django/commit/4248639d0ec5a58f27dd03ecd52d3b0e9ff0cb6a))
12+
13+
14+
### Bug Fixes
15+
16+
* Allow UUID model IDs ([438e29d](https://github.com/GetStream/stream-django/commit/438e29d5bed19a8ff746b295207f88caf32a9bd5))
17+
* Also convert uuid strings to UUID objects ([51084c1](https://github.com/GetStream/stream-django/commit/51084c1422aa4aec821f9cfdb664e8dafd8ade25))
18+
119
## 1.7.1 - 2021-08-13
220

321
- Fix for django version detection

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ci": ["black; python_version > '3.6'", "flake8", "pytest-cov", "pytest-django"],
1919
}
2020

21-
version = "1.7.1"
21+
version = "1.8.0"
2222

2323
setup(
2424
name="stream-django",

0 commit comments

Comments
 (0)