diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdcde27..f4783857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.1](https://github.com/ssilve1989/ulti-project/compare/v1.16.0...v1.16.1) (2024-09-13) + + +### Bug Fixes + +* **blacklist:** fixes an issue where incorrect entries were being updated ([#462](https://github.com/ssilve1989/ulti-project/issues/462)) ([13243a3](https://github.com/ssilve1989/ulti-project/commit/13243a31d863eb2fb81e649da91d1bff997e3f75)) + ## [1.16.0](https://github.com/ssilve1989/ulti-project/compare/v1.15.1...v1.16.0) (2024-09-10) diff --git a/package.json b/package.json index 75a9f7d3..f524a18f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ulti-project", "packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c", - "version": "1.16.0", + "version": "1.16.1", "description": "Ulti-Project Discord Bot", "author": "", "type": "module",