Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Nov 14, 2024
1 parent b91b4c8 commit b4377c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# 3.0.2 (2024-09-18)
# 3.0.3 (2024-11-14)
====================

### Bugfixes

- Make sure MediaProxy can connect to the homeserver over https. ([\#1826](https://github.com/matrix-org/matrix-appservice-irc/issues/1826))
- Validate the `key` parameter in Provisioning API. ([\#1](https://github.com/matrix-org/matrix-appservice-irc/issues/1))
- Disallow control characters in channel names sent via Provisioning API. ([\#2](https://github.com/matrix-org/matrix-appservice-irc/issues/2))
- Wrap some internal server errors in provisioning API. ([\#4](https://github.com/matrix-org/matrix-appservice-irc/issues/4))

# 3.0.2 (2024-09-18)
====================
- Make sure MediaProxy can connect to the homeserver over https. ([\#1826](https://github.com/matrix-org/matrix-appservice-irc/issues/1826))

# 3.0.1 (2024-09-05)
====================
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "3.0.3-pre2",
"version": "3.0.3",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit b4377c3

Please sign in to comment.