Skip to content

Commit e48cb86

Browse files
committed
Servicing
1 parent 7eae884 commit e48cb86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
- Reworked the whole file logging system
1616
- `admin send-bot-wide-message` now allows linebreaks using `\n` and includes a message if it's sent directly to the server owner
1717

18+
## 2.0.11 - 2024-11-09
19+
### Improvements
20+
- Moved from `DateTime` to `DateTimeOffset` to prevent issues with timezones
21+
- This should now hopefully fix all the issues occuring with the timer
22+
1823
## 2.0.10 - 2024-11-07
1924
### Improvements
2025
- Reworked how the background check system works to fix issues

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PackageProjectUrl>https://github.com/Sella-GH/AzzyBot</PackageProjectUrl>
3838
<RepositoryType>Git</RepositoryType>
3939
<RepositoryUrl>https://github.com/Sella-GH/AzzyBot</RepositoryUrl>
40-
<Version>2.0.10</Version>
40+
<Version>2.0.11</Version>
4141
</PropertyGroup>
4242

4343
<!-- Package stuff -->

0 commit comments

Comments
 (0)