From 1de356fbd0ced7654e8f01eea1a453145766f8d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:10:22 +0000 Subject: [PATCH] chore(main): release 0.0.7 --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53fa80..97b71d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/cardano-foundation/merkle-tree-java/compare/v0.0.6...v0.0.7) (2023-09-04) + + +### Features + +* attempting to force a release ([73339e5](https://github.com/cardano-foundation/merkle-tree-java/commit/73339e5fe8c71751a735934f65325862545ea6d8)) + ## [0.0.6](https://github.com/cardano-foundation/merkle-tree-java/compare/0.0.5...v0.0.6) (2023-08-17) diff --git a/pom.xml b/pom.xml index 465e1a2..67d02d3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.cardanofoundation merkle-tree-java - 0.0.7-SNAPSHOT + 0.0.7 ${project.groupId}:${project.artifactId} Merkle Tree Java https://github.com/cardano-foundation/merkle-tree-java