Skip to content

Commit

Permalink
Merge pull request #44 from matrix-org/rei/rel0.2.0
Browse files Browse the repository at this point in the history
Sygnal 0.2.0
  • Loading branch information
erikjohnston authored Aug 5, 2019
2 parents b784e46 + c76f0d8 commit f6ac346
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Sygnal 0.2.0 (2019-08-02)

This is a rewrite of Sygnal 0.0.1.
Before upgrading, please note that **Python 3.7 or higher is required**.

- Use new version of Apple Push Notification service (HTTP/2 protocol)
- Depend on Python 3.7+
- Depend on Twisted for async
- Add support for OpenTracing with Jaeger Tracing
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.2.0
1 change: 1 addition & 0 deletions sygnal/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.2.0"

0 comments on commit f6ac346

Please sign in to comment.