diff --git a/CHANGELOG.md b/CHANGELOG.md index b254882a..89645e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/qiwi/tech-radar/compare/v1.8.0...v1.9.0) (2022-01-10) + + +### Features + +* provide custom renderSettings via api ([b2e1381](https://github.com/qiwi/tech-radar/commit/b2e13810f05a1c17aba81071518707eb8ca4c995)), closes [#57](https://github.com/qiwi/tech-radar/issues/57) + # [1.8.0](https://github.com/qiwi/tech-radar/compare/v1.7.5...v1.8.0) (2022-01-10) diff --git a/package.json b/package.json index 668bb179..2abf6ddd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qiwi/tech-radar", "description": "Fully automated tech-radar generator", - "version": "1.8.0", + "version": "1.9.0", "main": "./src/main/js/index.js", "private": false, "publishConfig": {