diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f96db4c..bc619c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # CHANGELOG +### 0.3.4 * Added diagram metadata to PlantUML and JSON generators (#27) * Improved template specialization matching for variadic and function template parameters (#118) diff --git a/README.md b/README.md index d20d1405..56fb0b2e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions) [![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml) -[![Version](https://img.shields.io/badge/version-0.3.3-blue)](https://github.com/bkryza/clang-uml/releases) -[![Version](https://img.shields.io/badge/LLVM-12,13,14,15-orange)](https://github.com/bkryza/clang-uml/releases) +[![Version](https://img.shields.io/badge/version-0.3.4-blue)](https://github.com/bkryza/clang-uml/releases) +[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16-orange)](https://github.com/bkryza/clang-uml/releases) `clang-uml` is an automatic C++ to UML class, sequence, package and include diagram generator, driven by YAML configuration files. The main idea behind the