From 0b3230ec5fb6187513771c870b8ad764d9f485e6 Mon Sep 17 00:00:00 2001 From: Eugene Manuilov Date: Thu, 10 Dec 2020 23:57:15 +0200 Subject: [PATCH] Updated changelog file. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65eef32..058bb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] - TBD +- + +## [v1.6.0] (2020-12-10) + - Added `--color` flag to override diagram colors. - Added `--plantuml-url` flag to override PlantUML server. - Added `--with-entity-names-only` flag to display only entity names in entity titles. @@ -64,7 +68,8 @@ - Added `--include` option to include only specific entities to the diagram. - Added `--exclude` option to exclude specific entities from the diagram. -[Unreleased]: https://github.com/eugene-manuilov/typeorm-uml/compare/v1.5.0...master +[Unreleased]: https://github.com/eugene-manuilov/typeorm-uml/compare/v1.6.0...master +[v1.6.0]: https://github.com/eugene-manuilov/typeorm-uml/compare/v1.5.0...v1.6.0 [v1.5.0]: https://github.com/eugene-manuilov/typeorm-uml/compare/v1.4.0...v1.5.0 [v1.4.0]: https://github.com/eugene-manuilov/typeorm-uml/compare/v1.3.0...v1.4.0 [v1.3.0]: https://github.com/eugene-manuilov/typeorm-uml/compare/v1.2.1...v1.3.0