diff --git a/docs/changelog.md b/docs/changelog.md index 5862b5a..6a9ef85 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2024-09-02 + ### Added - Added a `Parse` function for use in xpcalls @@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release! 🎉 -[unreleased]: https://github.com/lumin-dev/Debugger/compare/v0.2.0...HEAD +[unreleased]: https://github.com/lumin-dev/Debugger/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/lumin-dev/Debugger/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/lumin-dev/Debugger/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/lumin-dev/Debugger/compare/aebe81c4d9f957e64408189d42455cbd09c34b69...v0.1.0