From a2f44762f94464149f1b2114c3b0bc0f50157164 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 9 Apr 2019 17:14:55 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29d0bfc..99dc9870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.15.0](https://gitlab.com/openstapps/core/compare/v0.14.0...v0.15.0) (2019-04-09) + + +### Bug Fixes + +* change SCThingMeta getInstance() return value ([4986042](https://gitlab.com/openstapps/core/commit/4986042)) +* resolve issues with things that can be offered ([623ed61](https://gitlab.com/openstapps/core/commit/623ed61)), closes [#41](https://gitlab.com/openstapps/core/issues/41) + + +### Features + +* provide context based search ([3242411](https://gitlab.com/openstapps/core/commit/3242411)) + + + # [0.14.0](https://gitlab.com/openstapps/core/compare/v0.13.0...v0.14.0) (2019-04-03)