From bf1d9436e0f9cd3d25776053c540baa749fba57c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 09:53:29 +0200 Subject: [PATCH] chore: release 2.2.0 (#241) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9dfa52..5a1b7827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://www.github.com/camptocamp/terraboard/compare/v2.1.1...v2.2.0) (2022-05-25) + + +### Features + +* add ability to resolve environment variables in yaml config ([#240](https://www.github.com/camptocamp/terraboard/issues/240)) ([a857bcd](https://www.github.com/camptocamp/terraboard/commit/a857bcd796ef50c1bee218ff94805579ce2a6efa)) + + +### Bug Fixes + +* **db:** possible sql injection on /search endpoint ([#247](https://www.github.com/camptocamp/terraboard/issues/247)) ([56dbee8](https://www.github.com/camptocamp/terraboard/commit/56dbee8d8e11da7f33ff0901983a88a358932a93)) + ### [2.1.1](https://www.github.com/camptocamp/terraboard/compare/v2.1.0...v2.1.1) (2022-03-05)