Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 4, 2024
1 parent c71c62a commit 9249300
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Sygnal 1.15.1 (2024-10-04)

### Bugfixes

- Fix incompatibility with `aiohttp>=3.10.0` when using GCM with an HTTP proxy. ([\#395](https://github.com/matrix-org/sygnal/issues/395))

### Improved Documentation

- The Matrix.org Foundation no longer requires "real" or "legally identifiable" names in order to contribute to projects. ([\#391](https://github.com/matrix-org/sygnal/issues/391))

### Internal Changes

- Pin `aiohttp` dependency to <= 4.0.0. ([\#396](https://github.com/matrix-org/sygnal/issues/396))


# Sygnal 0.15.0 (2024-06-26)

**NOTE**: Exercise caution when installing over an existing sygnal installation via pip. The
Expand Down
1 change: 0 additions & 1 deletion changelog.d/391.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/395.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/396.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "matrix-sygnal"
version = "0.15.0"
version = "0.15.1"
description = "Reference Push Gateway for Matrix Notifications"
authors = ["Matrix.org Team and Contributors <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9249300

Please sign in to comment.