diff --git a/CHANGELOG.md b/CHANGELOG.md index 7059ea9..667bb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.0] - 2022-08-21 + ### Refactoring - [PR #45](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/45) Upgrade dependencies +- [PR #46](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/46) Remove license header from source files +- [PR #47](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/47) Prepare release + - This upgrades to [OpenFastTrace 3.6.0](https://github.com/itsallcode/openfasttrace/releases/tag/3.6.0) ## [1.5.0] - 2022-03-17 diff --git a/README.md b/README.md index d66f446..d02f754 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the openfasttrace-maven-plugin to your `pom.xml`: org.itsallcode openfasttrace-maven-plugin - 1.5.0 + 1.6.0 trace-requirements diff --git a/pom.xml b/pom.xml index ab553ff..94f0b20 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,9 @@ - + 4.0.0 org.itsallcode openfasttrace-maven-plugin - 1.5.0 + 1.6.0 maven-plugin OpenFastTrace Maven Plugin @@ -396,4 +394,4 @@ - + \ No newline at end of file