diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a336be..ad65d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/opentdf/nifi/compare/v0.6.0...v0.7.0) (2024-10-23) + + +### Bug Fixes + +* Add default constructors to processors and controller services ([#36](https://github.com/opentdf/nifi/issues/36)) ([7ac491c](https://github.com/opentdf/nifi/commit/7ac491c1d1ac566c137487b1e8a41bfbca703789)) + ## [0.6.0](https://github.com/opentdf/nifi/compare/v0.5.0...v0.6.0) (2024-10-21) diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml index 2428b39..1d5535d 100644 --- a/nifi-tdf-controller-services-api-nar/pom.xml +++ b/nifi-tdf-controller-services-api-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.7.0-SNAPSHOT + 0.7.0 nifi-tdf-controller-services-nar nifi-tdf-controller-services-nar @@ -18,7 +18,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.7.0-SNAPSHOT + 0.7.0 org.apache.nifi diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml index 8abd9aa..58ff1d7 100644 --- a/nifi-tdf-controller-services-api/pom.xml +++ b/nifi-tdf-controller-services-api/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.7.0-SNAPSHOT + 0.7.0 nifi-tdf-controller-services-api nifi-tdf-controller-services-api diff --git a/nifi-tdf-nar/pom.xml b/nifi-tdf-nar/pom.xml index f22db92..4cb0edb 100644 --- a/nifi-tdf-nar/pom.xml +++ b/nifi-tdf-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.7.0-SNAPSHOT + 0.7.0 nifi-tdf-nar nifi-tdf-nar @@ -18,12 +18,12 @@ ${project.groupId} nifi-tdf-processors - 0.7.0-SNAPSHOT + 0.7.0 ${project.groupId} nifi-tdf-controller-services-nar - 0.7.0-SNAPSHOT + 0.7.0 nar diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml index 6bb8977..0cc559a 100644 --- a/nifi-tdf-processors/pom.xml +++ b/nifi-tdf-processors/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.7.0-SNAPSHOT + 0.7.0 nifi-tdf-processors nifi-tdf-processors @@ -19,7 +19,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.7.0-SNAPSHOT + 0.7.0 org.apache.nifi diff --git a/pom.xml b/pom.xml index 7d3b768..c79de33 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.opentdf.nifi nifi-pom - 0.7.0-SNAPSHOT + 0.7.0 nifi-pom NiFi processors for OpenTDF https://github.com/opentdf/nifi diff --git a/versions.txt b/versions.txt index dca66e9..beea72b 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -nifi:0.6.0:0.7.0-SNAPSHOT \ No newline at end of file +nifi:0.7.0:0.7.0 \ No newline at end of file