Skip to content

Commit

Permalink
0.19.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jun 29, 2020
1 parent 2a97e8c commit 2a8850f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.19.0-rc2 (2020-06-29)
========================

Features
--------

- Add `bridge_app_version` metric to report the bridge version. ([\#1071](https://github.com/matrix-org/matrix-appservice-irc/issues/1071))


Bugfixes
--------

- Fix issue where some metrics would not be reported,
and a bug in `inspectUsers` which would return an empty list. ([\#1075](https://github.com/matrix-org/matrix-appservice-irc/issues/1075))


Internal Changes
----------------

- Refactor room creation code to use one function for tracking and creation of rooms ([\#1074](https://github.com/matrix-org/matrix-appservice-irc/issues/1074))
- Code improvements: Simplify use of Map and RegEx methods ([\#1076](https://github.com/matrix-org/matrix-appservice-irc/issues/1076))


0.19.0-rc1 (2020-06-26)
========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1071.feature

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/1075.bugfix

This file was deleted.

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

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": "0.19.0-rc1",
"version": "0.19.0-rc2",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 2a8850f

Please sign in to comment.