diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c3c076e1bc981574e228688738208f2eef17a3..77f8b65bd7fbf7e1ac22b948dd02c7cd930fcb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## [0.0.3] +### Added + +### Changed + +### Fixed + +- Fix pagination not showing up for users that are not admin (@cbaraya) +- Fix solutions not being able to be viewed by a user in their puzzle overview (@cbaraya) + ## [0.0.2] ### Added @@ -28,13 +38,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Make link to /attempts page for admins (@MrHug) ### Fixed - -## [0.0.3] -### Added - -### Changed - -### Fixed - -- Fix pagination not showing up for users that are not admin (@cbaraya) -- Fix solutions not being able to be viewed by a user in their puzzle overview (@cbaraya)