From 86f3f8dfaecbbeb41cfa1a02849558c337b6fb59 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Mon, 15 Jul 2019 11:42:27 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c9ab5a..150b89a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.23.1](https://gitlab.com/openstapps/core/compare/v0.23.0...v0.23.1) (2019-07-15) + + +### Bug Fixes + +* use correct generic for the distance filter ([f262a6b](https://gitlab.com/openstapps/core/commit/f262a6b)) + + +### Features + +* add type maps from routes to requests and responses ([e1d4b2b](https://gitlab.com/openstapps/core/commit/e1d4b2b)), closes [#80](https://gitlab.com/openstapps/core/issues/80) + + + # [0.23.0](https://gitlab.com/openstapps/core/compare/v0.22.0...v0.23.0) (2019-07-03)