diff --git a/CHANGELOG.md b/CHANGELOG.md index 0426995..b26f2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.7.1 +- Sent proper identification headers to jellyfin + ## 4.7.0 - Improve command check error handling - Improve dates handling in join logs diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 3c25bec..9d71b96 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,7 +1,7 @@ version: '3.9' services: running_on_dart: - image: ghcr.io/nyxx-discord/running_on_dart:4.7.0 + image: ghcr.io/nyxx-discord/running_on_dart:4.7.1 container_name: running_on_dart env_file: - .env diff --git a/lib/src/settings.dart b/lib/src/settings.dart index 93b6f1f..7ff3de8 100644 --- a/lib/src/settings.dart +++ b/lib/src/settings.dart @@ -2,7 +2,7 @@ import 'dart:io'; import 'package:nyxx/nyxx.dart'; -String get version => '4.7.0'; +String get version => '4.7.1'; /// Get a [String] from an environment variable, throwing an exception if it is not set. /// diff --git a/pubspec.yaml b/pubspec.yaml index 4a1dfc6..b2cd124 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 4.7.0 +version: 4.7.1 description: Discord Bot for nyxx development homepage: https://github.com/nyxx-discord/running_on_dart repository: https://github.com/nyxx-discord/running_on_dart