Skip to content

Commit

Permalink
Version update: 0.7.5 -> 0.8.0 + changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
prokher committed Feb 11, 2021
1 parent 9aa2c86 commit 495d88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Changelog

## [0.8.0] - 2021-02-12

- Switched to Channels 3.
- Python dependencies updated.

## [0.7.5] - 2020-12-06

- Django channel name added to the context as the `channel_name` record.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-backend = "poetry.masonry.api"
# Docs: https://python-poetry.org/docs/
[tool.poetry]
name = "django-channels-graphql-ws"
version = "0.7.5"
version = "0.8.0"
description = """Django Channels based WebSocket GraphQL server with \
Graphene-like subscriptions"""
authors = ["Alexander A. Prokhorov <[email protected]>"]
Expand Down

0 comments on commit 495d88f

Please sign in to comment.