diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e550a3f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2024-10-04) + + +### Features + +* implement base functionality ([#1](https://github.com/jrschumacher/go-spaserve/issues/1)) ([7a43e1e](https://github.com/jrschumacher/go-spaserve/commit/7a43e1ee3242897810a8a82413eed5da8b62cc85)) + + +### Bug Fixes + +* Refactor static file server handler and logger ([#8](https://github.com/jrschumacher/go-spaserve/issues/8)) ([fe7c839](https://github.com/jrschumacher/go-spaserve/commit/fe7c839a30dba132da14405d9f9ff4b6ab998466))