From 3dd2e50e4b0b5fd2c5eb708ab5ebe7f3e6922c33 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 2 Dec 2018 13:42:38 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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`.