Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 0ad1b3f

Browse files
v2.2.0 release (#68)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent e9152db commit 0ad1b3f

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.2.0
2+
Wed 15 Jul 2020 14:36:07 BST
3+
4+
* [e9152db](https://github.com/hyperledger/fabric-sdk-java/commit/e9152db) Prune missleading legacy document (#66)
5+
* [4e24e47](https://github.com/hyperledger/fabric-sdk-java/commit/4e24e47) Add baseos to vendored images and bump fab version (#67)
6+
17
## 2.1.4
28
Fri 3 Jul 2020 11:18:31 BST
39

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.hyperledger.fabric-sdk-java</groupId>
55
<artifactId>fabric-sdk-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.1.4</version>
7+
<version>2.2.0</version>
88
<name>fabric-java-sdk</name>
99
<description>Java SDK for Hyperledger fabric project</description>
1010
<url>https://www.hyperledger.org/community/projects</url>

release_notes/v2.2.0.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
v2.2.0
2+
------
3+
4+
Release Notes
5+
-------------
6+
Updated Java SDK to support Hyperledger Fabric v2.2.
7+
8+
The v2.2.0 release is a long-term support (LTS) release and supercedes
9+
previous v2.x releases. Refer to the change log for a full list of updates.
10+
11+
Please see the Fabric LTS release strategy document for more
12+
information on LTS releases:
13+
14+
https://github.com/hyperledger/fabric-rfcs/blob/master/text/0005-lts-release-strategy.md
15+
16+
Known Vulnerabilities
17+
---------------------
18+
none
19+
20+
Resolved Vulnerabilities
21+
------------------------
22+
none
23+
24+
Known Issues & Workarounds
25+
--------------------------
26+
none
27+
28+
Change Log
29+
----------
30+
https://github.com/hyperledger/fabric-sdk-java/blob/master/CHANGELOG.md#v2.2.0

0 commit comments

Comments
 (0)