Skip to content

Commit e45bbe4

Browse files
authored
Release v1.22.3 (#1522)
* Release v1.22.3
1 parent fb5a842 commit e45bbe4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ See <https://github.com/42wim/matterbridge/wiki>
163163

164164
### Binaries
165165

166-
- Latest stable release [v1.22.2](https://github.com/42wim/matterbridge/releases/latest)
166+
- Latest stable release [v1.22.3](https://github.com/42wim/matterbridge/releases/latest)
167167
- Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts.
168168

169169
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest). On \*nix platforms you may need to make the binary executable - you can do this by running `chmod a+x` on the binary (example: `chmod a+x matterbridge-1.20.0-linux-64bit`). After downloading (and making the binary executable, if necessary), follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.22.3
2+
3+
## Bugfixes
4+
5+
- whatsapp: Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518)
6+
7+
This release couldn't exist without the following contributors:
8+
@nathanaelhoun
9+
110
# v1.22.2
211

312
## Enhancements

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
var (
19-
version = "1.22.3-dev"
19+
version = "1.22.3"
2020
githash string
2121

2222
flagConfig = flag.String("conf", "matterbridge.toml", "config file")

0 commit comments

Comments
 (0)