diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ba83c..c822a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/opentdf/nifi/compare/v0.3.0...v0.4.0) (2024-08-27) + + +### Features + +* upgrade to 0.6.1 java-sdk ([#23](https://github.com/opentdf/nifi/issues/23)) ([c8f833c](https://github.com/opentdf/nifi/commit/c8f833c61371ed1cf6c03011490b800ca5ac2ecd)) + ## [0.3.0](https://github.com/opentdf/nifi/compare/v0.2.0...v0.3.0) (2024-08-23) diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml index 4d9eed4..7b11f36 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.4.0-SNAPSHOT + 0.4.0 nifi-tdf-controller-services-nar nifi-tdf-controller-services-nar @@ -18,7 +18,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.4.0-SNAPSHOT + 0.4.0 org.apache.nifi diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml index d666ff5..70ee1fc 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.4.0-SNAPSHOT + 0.4.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 4a7a608..276cc36 100644 --- a/nifi-tdf-nar/pom.xml +++ b/nifi-tdf-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.4.0-SNAPSHOT + 0.4.0 nifi-tdf-nar nifi-tdf-nar @@ -18,12 +18,12 @@ ${project.groupId} nifi-tdf-processors - 0.4.0-SNAPSHOT + 0.4.0 ${project.groupId} nifi-tdf-controller-services-nar - 0.4.0-SNAPSHOT + 0.4.0 nar diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml index c026d0e..564f9a3 100644 --- a/nifi-tdf-processors/pom.xml +++ b/nifi-tdf-processors/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.4.0-SNAPSHOT + 0.4.0 nifi-tdf-processors nifi-tdf-processors @@ -19,7 +19,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.4.0-SNAPSHOT + 0.4.0 org.apache.nifi diff --git a/pom.xml b/pom.xml index 9afd373..a4e1071 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.opentdf.nifi nifi-pom - 0.4.0-SNAPSHOT + 0.4.0 nifi-pom pom NiFi processors for OpenTDF diff --git a/versions.txt b/versions.txt index 58c36c3..44228a3 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -nifi:0.3.0:0.4.0-SNAPSHOT \ No newline at end of file +nifi:0.4.0:0.4.0 \ No newline at end of file