diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4087fd..e6e77217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/ssilve1989/ulti-project/compare/v1.4.1...v1.5.0) (2024-05-15) + + +### Features + +* **signups:** add prog point to embed ([#261](https://github.com/ssilve1989/ulti-project/issues/261)) ([9fc2aae](https://github.com/ssilve1989/ulti-project/commit/9fc2aaea8dc6274dd981915c526f16cb33b93e38)) + + +### Bug Fixes + +* fix typo in label ([6ad7193](https://github.com/ssilve1989/ulti-project/commit/6ad71932f16a3ce833ad5acd97e3032626076889)) +* **signups:** fixes an issue with casing on remove signups ([#262](https://github.com/ssilve1989/ulti-project/issues/262)) ([bd6bbfb](https://github.com/ssilve1989/ulti-project/commit/bd6bbfbf2945c1c1d65774416bbfd29b04b5606c)) + ## [1.4.1](https://github.com/ssilve1989/ulti-project/compare/v1.4.0...v1.4.1) (2024-05-08) diff --git a/package.json b/package.json index 13bbb4db..343283c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ulti-project", "packageManager": "pnpm@9.0.5+sha256.61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9", - "version": "1.4.1", + "version": "1.5.0", "description": "Ulti-Project Discord Bot", "author": "", "type": "module",