Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Nov 15, 2023
1 parent 0f4c005 commit c37b6f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1
## 1.0.3

1. Fix error in the `disconnect` method

## 1.0.2

1. Initial release
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-actioncable"
version = "1.0.2"
version = "1.0.3"
description = "This package provides Rails Action Cable support to Django"
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c37b6f5

Please sign in to comment.