Skip to content

Commit c21bdc4

Browse files
committed
Release 4.13.0
1 parent 1e2c31f commit c21bdc4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.13.0
2+
- Improve reconnection logic
3+
- Replace messages per second with messages per minute metric
4+
- Add events per minute metric
5+
16
## 4.12.0
27
- Add metric reconnection logic
38
- Add cached messages metric

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
running_on_dart:
4-
image: ghcr.io/nyxx-discord/running_on_dart:4.12.0
4+
image: ghcr.io/nyxx-discord/running_on_dart:4.13.0
55
container_name: running_on_dart
66
restart: unless-stopped
77
ports:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: running_on_dart
2-
version: 4.12.0
2+
version: 4.13.0
33
description: Discord Bot for nyxx development
44
homepage: https://github.com/nyxx-discord/running_on_dart
55
repository: https://github.com/nyxx-discord/running_on_dart

0 commit comments

Comments
 (0)