diff --git a/CHANGELOG.md b/CHANGELOG.md index 454ef05b..86439dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.25.8](https://github.com/Discord-InterChat/InterChat/compare/v3.25.7...v3.25.8) (2024-05-28) + + +### Bug Fixes + +* fix stats member count ([3245f24](https://github.com/Discord-InterChat/InterChat/commit/3245f2472cce1db8ead06afb3ac4ca8f1e69e99f)) + ### [3.25.7](https://github.com/Discord-InterChat/InterChat/compare/v3.25.6...v3.25.7) (2024-05-28) diff --git a/package.json b/package.json index 48ea6c9d..2765e210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interchat", - "version": "3.25.7", + "version": "3.25.8", "description": "A growing Discord bot which provides inter-server chat!", "main": "build/cluster.js", "license": "GPL-3.0-or-later",