Skip to content

Commit

Permalink
v0.14.2 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh authored May 21, 2024
1 parent 98df467 commit 5ca208f
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Sygnal 0.14.2 (2024-05-21)

### Bugfixes

- FCM v1: use async version of google-auth and add HTTP proxy support. ([\#372](https://github.com/matrix-org/sygnal/issues/372))

### Improved Documentation

- Update docs & tests to reflect APNs usage in FCM v1 API. ([\#370](https://github.com/matrix-org/sygnal/issues/370))

### Internal Changes

- Update docker build and CI workflows to Python 3.11. ([\#373](https://github.com/matrix-org/sygnal/issues/373))
- Switch over to use poetry & add lock file to version control. ([\#374](https://github.com/matrix-org/sygnal/issues/374))
- Add manual proxy testing scripts & docs. ([\#375](https://github.com/matrix-org/sygnal/issues/375))
- Bump `black` from 23.9.1 to 24.3.0. ([\#376](https://github.com/matrix-org/sygnal/issues/376))
- Bump `requests` from 2.31.0 to 2.32.2. ([\#377](https://github.com/matrix-org/sygnal/issues/377))


# Sygnal 0.14.1 (2024-04-09)

### Bugfixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/370.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/372.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/377.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 = "sygnal"
version = "0.14.1"
version = "0.14.2"
description = "Reference Push Gateway for Matrix Notifications"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
readme = "README.md"
Expand Down

0 comments on commit 5ca208f

Please sign in to comment.