diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dad2390..06baac1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.0](https://github.com/ssilve1989/ulti-project/compare/v1.8.0...v1.9.0) (2024-05-20) + + +### Features + +* **signups:** adding tag and avatar to embed ([#294](https://github.com/ssilve1989/ulti-project/issues/294)) ([0851b83](https://github.com/ssilve1989/ulti-project/commit/0851b834cc9608a4f63fb5cab2d6b04fd46fe8ae)) + + +### Bug Fixes + +* **settings:** prevent prog roles from being overridden ([#288](https://github.com/ssilve1989/ulti-project/issues/288)) ([b0fb768](https://github.com/ssilve1989/ulti-project/commit/b0fb768101df4ce1860b8473e8fd52a1b0a825f1)) + ## [1.8.0](https://github.com/ssilve1989/ulti-project/compare/v1.7.1...v1.8.0) (2024-05-19) diff --git a/package.json b/package.json index 51e1615b..c522ce90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ulti-project", "packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195", - "version": "1.8.0", + "version": "1.9.0", "description": "Ulti-Project Discord Bot", "author": "", "type": "module",