diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65f1d3bb6..4de2f43e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## v1.1.7
+
+* [ae60298](https://github.com/hyperledger/blockchain-explorer/commit/ae60298) [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255)
+* [fef5460](https://github.com/hyperledger/blockchain-explorer/commit/fef5460) Bugfix: tailing ampersand sign prevents container from restarting (#254)
+* [ba59056](https://github.com/hyperledger/blockchain-explorer/commit/ba59056) [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252)
+* [cc51dff](https://github.com/hyperledger/blockchain-explorer/commit/cc51dff) Bugfix: timeout error crashing explorer (#253)
+* [4a931ca](https://github.com/hyperledger/blockchain-explorer/commit/4a931ca) Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250)
+* [fbda93e](https://github.com/hyperledger/blockchain-explorer/commit/fbda93e) Bump glob-parent from 5.1.1 to 5.1.2 in /client/e2e-test (#249)
+
## v1.1.6
* [ffb7916](https://github.com/hyperledger/blockchain-explorer/commit/ffb7916) [BE-871](https://jira.hyperledger.org/browse/BE-871) Introduce dropdown to put together icons (#247)
diff --git a/README.md b/README.md
index 2383da291..78efe8eca 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,13 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s
| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
+| [v1.1.7](release_notes/v1.1.7.md) (Jul 04, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| [v1.1.6](release_notes/v1.1.6.md) (Jun 06, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| [v1.1.5](release_notes/v1.1.5.md) (Apr 20, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| [v1.1.4](release_notes/v1.1.4.md) (Jan 29, 2021) | [v1.4 to v2.2](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| [v1.1.3](release_notes/v1.1.3.md) (Sep 28, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| [v1.1.2](release_notes/v1.1.2.md) (Aug 12, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| [v1.1.1](release_notes/v1.1.1.md) (Jul 17, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
-| [v1.1.0](release_notes/v1.1.0.md) (Jul 01, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
---
diff --git a/client/package.json b/client/package.json
index 739235bc7..091a4ee4b 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer-client",
- "version": "1.1.6",
+ "version": "1.1.7",
"private": true,
"license": "Apache-2.0",
"dependencies": {
diff --git a/package.json b/package.json
index 7cf012ff1..e59a0882f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer",
- "version": "1.1.6",
+ "version": "1.1.7",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
diff --git a/release_notes/v1.1.7.md b/release_notes/v1.1.7.md
new file mode 100644
index 000000000..b51a35257
--- /dev/null
+++ b/release_notes/v1.1.7.md
@@ -0,0 +1,36 @@
+
+
+## New Features
+
+* None
+
+## Bug Fixes and Updates
+
+* [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255)
+* Bugfix: tailing ampersand sign prevents container from restarting (#254)
+* [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252)
+* Bugfix: timeout error crashing explorer (#253)
+* Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250)
+
+## Known Vulnerabilities
+
+```
+jsrsasign <10.2.0
+Severity: critical
+RSA signature validation vulnerability - https://npmjs.com/advisories/1672
+fix available via `npm audit fix --force`
+Will install fabric-network@1.4.1, which is a breaking change
+node_modules/jsrsasign
+ fabric-ca-client *
+ Depends on vulnerable versions of fabric-common
+ Depends on vulnerable versions of jsrsasign
+ node_modules/fabric-ca-client
+ fabric-common >=2.1.1-snapshot.390
+ Depends on vulnerable versions of jsrsasign
+ node_modules/fabric-common
+ fabric-network >=1.4.19-snapshot.1
+ Depends on vulnerable versions of fabric-common
+ node_modules/fabric-network
+
+4 critical severity vulnerabilities
+```