diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8783155 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2024-06-10) + + +### Features + +* adding NanoTDF support ([#5](https://github.com/opentdf/nifi/issues/5)) ([dfa5f52](https://github.com/opentdf/nifi/commit/dfa5f5272db6a5d0bc267b578f1909471002d8a7)) +* initial CI scaffolding and processors ([#1](https://github.com/opentdf/nifi/issues/1)) ([3cd5c92](https://github.com/opentdf/nifi/commit/3cd5c9284b2841c88019c13ea2635162c3dc919c)) + + +### Bug Fixes + +* register bouncy castle ([#8](https://github.com/opentdf/nifi/issues/8)) ([7358a8b](https://github.com/opentdf/nifi/commit/7358a8b00eb81cd3e3b7c8be91220a5ee7b82276)) diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml index 41775c4..6900fb0 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.1.0-SNAPSHOT + 0.1.0 nifi-tdf-controller-services-nar nifi-tdf-controller-services-nar @@ -18,7 +18,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.1.0-SNAPSHOT + 0.1.0 org.apache.nifi diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml index cd44687..03171d6 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.1.0-SNAPSHOT + 0.1.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 fba6e0e..21100c3 100644 --- a/nifi-tdf-nar/pom.xml +++ b/nifi-tdf-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.1.0-SNAPSHOT + 0.1.0 nifi-tdf-nar nifi-tdf-nar @@ -18,7 +18,7 @@ ${project.groupId} nifi-tdf-processors - 0.1.0-SNAPSHOT + 0.1.0 org.apache.nifi diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml index ce56b47..729c800 100644 --- a/nifi-tdf-processors/pom.xml +++ b/nifi-tdf-processors/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.1.0-SNAPSHOT + 0.1.0 nifi-tdf-processors nifi-tdf-processors @@ -19,7 +19,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.1.0-SNAPSHOT + 0.1.0 org.apache.nifi diff --git a/pom.xml b/pom.xml index 0244387..b8bd7f0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.opentdf.nifi nifi-pom - 0.1.0-SNAPSHOT + 0.1.0 nifi-pom pom NiFi processors for OpenTDF diff --git a/versions.txt b/versions.txt index cb4380c..04b24cb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -nifi:0.0.0:0.1.0-SNAPSHOT \ No newline at end of file +nifi:0.1.0:0.1.0 \ No newline at end of file