Skip to content

Commit 20f841c

Browse files
authored
Release v1.25.2 (#1853)
1 parent d07a3e0 commit 20f841c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

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

173173
### Binaries
174174

175-
- Latest stable release [v1.25.1](https://github.com/42wim/matterbridge/releases/latest)
175+
- Latest stable release [v1.25.2](https://github.com/42wim/matterbridge/releases/latest)
176176
- Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts.
177177

178178
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.24.1-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.25.2
2+
3+
## Enhancements
4+
5+
- general: Update dependencies (#1851,#1841)
6+
- mattermost: Support mattermost v7.x (#1852)
7+
8+
## Bugfix
9+
10+
- discord: Fix Unwanted join notifications from one Discord server to another (#1612)
11+
- discord: Ignore events from other guilds, add nosendjoinpart support (#1846)
12+
13+
This release couldn't exist without the following contributors:
14+
@wlcx
15+
116
# v1.25.1
217

318
## Enhancements

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

33
var (
4-
Release = "1.25.2-dev"
4+
Release = "1.25.2"
55
GitHash string
66
)

0 commit comments

Comments
 (0)