diff --git a/CHANGELOG.md b/CHANGELOG.md index f5aa8de..3c51e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Version 0.1.28 + +### Added + +- redeem link for wishlist items (#52) +- sound effect for habit / task completion (#53) + +### Fixed + +- fail habit create or edit if frequency is not set (#54) +- archive task when completed (#50) + ## Version 0.1.27 ### Added diff --git a/components/AddEditHabitModal.tsx b/components/AddEditHabitModal.tsx index acfd5e4..c55d38e 100644 --- a/components/AddEditHabitModal.tsx +++ b/components/AddEditHabitModal.tsx @@ -61,7 +61,7 @@ export default function AddEditHabitModal({ onClose, onSave, habit }: AddEditHab