Skip to content

Commit

Permalink
Release v2.2.4 (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
  • Loading branch information
bestbeforetoday committed Jan 13, 2021
1 parent a239686 commit 67fc6b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.2.4
Wed 13 Jan 2021 10:09:17 GMT

* [a239686](https://github.com/hyperledger/fabric-sdk-java/commit/a239686) FABJ-544 Add ability to check if a transaction is the init transaction (#106) (#108)
* [5f08e57](https://github.com/hyperledger/fabric-sdk-java/commit/5f08e57) FABJ-536 Add support for mutual TLS when connecting to CA

## v2.2.3
Wed 4 Nov 2020 11:37:06 GMT

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.hyperledger.fabric-sdk-java</groupId>
<artifactId>fabric-sdk-java</artifactId>
<packaging>jar</packaging>
<version>2.2.3</version>
<version>2.2.4</version>
<name>fabric-java-sdk</name>
<description>Java SDK for Hyperledger fabric project</description>
<url>https://www.hyperledger.org/community/projects</url>
Expand Down Expand Up @@ -38,7 +38,7 @@
<jacoco.version>0.8.5</jacoco.version>
<log4j.version>2.13.3</log4j.version>
<org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite>
<gpg.executable>gpg2</gpg.executable>
<gpg.executable>gpg</gpg.executable>
</properties>

<reporting>
Expand Down

0 comments on commit 67fc6b7

Please sign in to comment.