From e18cb8f6e0980cbb4cec4fed9335680537857e6c Mon Sep 17 00:00:00 2001 From: Tarcisio Gruppi Date: Fri, 18 Jan 2019 18:12:37 -0200 Subject: [PATCH] Updated API changelog, added version 1.1.0 --- core/api/api.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/api/api.go b/core/api/api.go index 8e57123..e409c2e 100644 --- a/core/api/api.go +++ b/core/api/api.go @@ -7,6 +7,9 @@ import ( /** * Changelog * + * 1.1.0 + * - add `GET /health-check` + * * 1.0.1 * - add user.signupSource *