From e86149da660f75c3d241775dc293719216e89dff Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:38:07 -0500 Subject: [PATCH] chore(main): release 0.7.1 (#42) :robot: I have created a release *beep* *boop* ---
0.7.1 ## [0.7.1](https://github.com/opentdf/nifi/compare/v0.7.0...v0.7.1) (2024-10-30) ### Miscellaneous Chores * release 0.7.1 ([#41](https://github.com/opentdf/nifi/issues/41)) ([a0cc42a](https://github.com/opentdf/nifi/commit/a0cc42aa8a93a3bb1a2819964adf12971963697b))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ nifi-tdf-controller-services-api-nar/pom.xml | 4 ++-- nifi-tdf-controller-services-api/pom.xml | 2 +- nifi-tdf-nar/pom.xml | 6 +++--- nifi-tdf-processors/pom.xml | 4 ++-- pom.xml | 2 +- versions.txt | 2 +- 8 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad65d1e..f5a3025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/opentdf/nifi/compare/v0.7.0...v0.7.1) (2024-10-30) + + +### Miscellaneous Chores + +* release 0.7.1 ([#41](https://github.com/opentdf/nifi/issues/41)) ([a0cc42a](https://github.com/opentdf/nifi/commit/a0cc42aa8a93a3bb1a2819964adf12971963697b)) + ## [0.7.0](https://github.com/opentdf/nifi/compare/v0.6.0...v0.7.0) (2024-10-23) diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml index 5a858ea..a3479d3 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.8.0-SNAPSHOT + 0.8.0 nifi-tdf-controller-services-nar nifi-tdf-controller-services-nar @@ -18,7 +18,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.8.0-SNAPSHOT + 0.8.0 org.apache.nifi diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml index d29527d..f7d770d 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.8.0-SNAPSHOT + 0.8.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 cc8ce27..0f7617a 100644 --- a/nifi-tdf-nar/pom.xml +++ b/nifi-tdf-nar/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.8.0-SNAPSHOT + 0.8.0 nifi-tdf-nar nifi-tdf-nar @@ -18,12 +18,12 @@ ${project.groupId} nifi-tdf-processors - 0.8.0-SNAPSHOT + 0.8.0 ${project.groupId} nifi-tdf-controller-services-nar - 0.8.0-SNAPSHOT + 0.8.0 nar diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml index 27b33dc..c59e54e 100644 --- a/nifi-tdf-processors/pom.xml +++ b/nifi-tdf-processors/pom.xml @@ -5,7 +5,7 @@ io.opentdf.nifi nifi-pom - 0.8.0-SNAPSHOT + 0.8.0 nifi-tdf-processors nifi-tdf-processors @@ -19,7 +19,7 @@ ${project.groupId} nifi-tdf-controller-services-api - 0.8.0-SNAPSHOT + 0.8.0 org.apache.nifi diff --git a/pom.xml b/pom.xml index db5e9ec..656781e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.opentdf.nifi nifi-pom - 0.8.0-SNAPSHOT + 0.8.0 nifi-pom NiFi processors for OpenTDF https://github.com/opentdf/nifi diff --git a/versions.txt b/versions.txt index 989bf0e..0b9c395 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -nifi:0.7.0:0.8.0-SNAPSHOT \ No newline at end of file +nifi:0.8.0:0.8.0 \ No newline at end of file