Skip to content

Commit

Permalink
Added 2.2 to supported framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jollant authored and lordjabez committed Mar 10, 2022
1 parent c36d191 commit 1169730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.* |

---

Expand All @@ -936,6 +937,11 @@ The Amazon Managed Blockchain instance type for the node.
---


#### `VERSION_2_2` <a name="cdk-hyperledger-fabric-network.FrameworkVersion.VERSION_2_2" id="cdkhyperledgerfabricnetworkframeworkversionversion22"></a>

---


### InstanceType <a name="InstanceType" id="instancetype"></a>

| **Name** | **Description** |
Expand Down
1 change: 1 addition & 0 deletions src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

/*
Expand Down

0 comments on commit 1169730

Please sign in to comment.