From 11697307a44c1f7760fd8b97a6651835e129d7d5 Mon Sep 17 00:00:00 2001 From: Jollant Date: Wed, 2 Mar 2022 20:23:42 -0800 Subject: [PATCH] Added 2.2 to supported framework versions --- API.md | 6 ++++++ src/network.ts | 1 + 2 files changed, 7 insertions(+) diff --git a/API.md b/API.md index 960fe03..829c9bb 100644 --- a/API.md +++ b/API.md @@ -923,6 +923,7 @@ The Amazon Managed Blockchain instance type for the node. | --- | --- | | [`VERSION_1_2`](#cdkhyperledgerfabricnetworkframeworkversionversion12) | *No description.* | | [`VERSION_1_4`](#cdkhyperledgerfabricnetworkframeworkversionversion14) | *No description.* | +| [`VERSION_2_2`](#cdkhyperledgerfabricnetworkframeworkversionversion22) | *No description.* | --- @@ -936,6 +937,11 @@ The Amazon Managed Blockchain instance type for the node. --- +#### `VERSION_2_2` + +--- + + ### InstanceType | **Name** | **Description** | diff --git a/src/network.ts b/src/network.ts index a579922..4f22965 100644 --- a/src/network.ts +++ b/src/network.ts @@ -19,6 +19,7 @@ import * as utilities from './utilities'; export enum FrameworkVersion { VERSION_1_2 = '1.2', VERSION_1_4 = '1.4', + VERSION_2_2 = '2.2', } /*