From e0af425ae06c2c52c0090843c6b279c89c89a9c8 Mon Sep 17 00:00:00 2001 From: Soulou Date: Tue, 24 Jan 2023 10:15:24 +0100 Subject: [PATCH] Bump v1.0.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6afd63..d86f6c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## To be Released +## v1.0.3 + +* resource(addon): Property `database_features` is now considered as computed + since backend is injecting default features, users should not have to list + all of them. #119 + ## v1.0.2 * resource(app): Fix change of `stack_id` which was not applied correctly #117