Update CHANGELOG

This commit is contained in:
akp 2024-06-18 21:54:08 +01:00
parent 87d326246a
commit ce406c7efb
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -1,2 +1,7 @@
v0.2.0 - 2024-06-18
* Add support for environment variables
* Include string parsing functions
* Move Required and WithDefault functions from the global scope to being methods of OptionalItem
v0.1.0 - 2023-08-21
* Initial release