Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jun 25, 2020
1 parent cc055dd commit e9db1ac
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.13.0 (2020-06-25)
==============================

Features
--------

- Make parsed CLI arguments accessible to bridges. Thanks @devec0! ([\#164](https://github.com/matrix-org/matrix-appservice-bridge/issues/164))
- Use `towncrier` for changelog tracking ([\#168](https://github.com/matrix-org/matrix-appservice-bridge/issues/168))
- Allow bridges to provide their own prometheus metrics Register
and disable the default metrics endpoint ([\#169](https://github.com/matrix-org/matrix-appservice-bridge/issues/169))


Bugfixes
--------

- Fix prototype bug ([\#170](https://github.com/matrix-org/matrix-appservice-bridge/issues/170))


1.12.2 (2020-04-17)
==================

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/169.feature

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-bridge",
"version": "1.12.2",
"version": "1.13.0",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e9db1ac

Please sign in to comment.