Bump changelog

This commit is contained in:
Max Veytsman
2022-09-02 19:05:12 -04:00
parent 0091433f59
commit 1f8318db65

View File

@ -1,5 +1,13 @@
# Changelog
## 0.4.0
### Enchancements
- Update to Heroicons 2 (https://github.com/mveytsman/heroicons_elixir/pull/12)
- Add update task and generate optimized version of icons (https://github.com/mveytsman/heroicons_elixir/pull/13)
- Optimize compile times by no longer reading every icon during compliation.
- Optimzie runtime performance by adding a Phoenix Component cache.
## 0.3.2 (2022-02-21)
### Enchancements