diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d20f73c..8deaeca1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. ## v0.7.12 (Derelict Dermodactylus) +### Fixed +* Fixes an issue with the locations API endpoint referencing an invalid namespace. +* Fixes the `store()` function on the locations API not working due to an incorrect return typehint. +* Fixes daemon secrets not being able to be reset on a Node. + ### Updated * Upgraded core to use Laravel `5.7.14`.