From 19c47692606e33563742681087bdc2fb9cf07b98 Mon Sep 17 00:00:00 2001
From: joeiacono2021 <90098521+joeiacono2021@users.noreply.github.com>
Date: Tue, 31 Jan 2023 12:54:55 +0000
Subject: [PATCH] Changelog Updates for RELEASE 1.1.8 on 31/01

---
 CHANGELOG.md             | 17 ++++++++++++++---
 explorer/CHANGELOG.md    | 10 ++++++++++
 nym-connect/CHANGELOG.md |  8 ++++++--
 3 files changed, 30 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 834a822334..0f1f1b7ffa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,21 +4,32 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
 
 # [Unreleased]
 
-### Changed
-
-- nym-api: an `--id` flag is now always explicitly required ([#2898])
+# [v1.1.8] (2023-01-31)
 
 ### Added
 
 - dkg rerun from scratch and dkg-specific epochs ([#2839])
 - nym-sdk: add support for surb storage ([#2870])
 - nym-sdk: enable reply-SURBs by default ([#2874])
+- Rust SDK - Support SURBS (anonymous send + storage) ([#2754])
+- Rename `'initial_supply'` field to `'total_supply'` in the circulating supply endpoint ([#2931])
+- Enforce the --id param on the nym-api init command ([#2873])
+- Circulating supply api endpoint (read the note inside before testing/deploying) ([#1902])
+
+### Changed
+
+- nym-api: an `--id` flag is now always explicitly required ([#2898])
 
+[#2754]: https://github.com/nymtech/nym/issues/2754
 [#2839]: https://github.com/nymtech/nym/pull/2839
 [#2870]: https://github.com/nymtech/nym/pull/2870
 [#2874]: https://github.com/nymtech/nym/pull/2874
+[#2931]: https://github.com/nymtech/nym/issues/2931
+[#2873]: https://github.com/nymtech/nym/issues/2873
+[#1902]: https://github.com/nymtech/nym/issues/1902
 [#2898]: https://github.com/nymtech/nym/pull/2898
 
+
 # [v1.1.7] (2023-01-24)
 
 ### Added
diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md
index b021d3babc..783c2c67d8 100644
--- a/explorer/CHANGELOG.md
+++ b/explorer/CHANGELOG.md
@@ -1,5 +1,15 @@
 ## UNRELEASED
 
+## [nym-explorer-v1.0.4](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.4) (2023-01-31)
+
+- Add routing score on gateway list ([#2913])
+- Add gateway's last Routing Score to the gateways list page ([#2186])
+- Upgrade Sandbox and make below changes:  ([#2332])
+
+[#2913]: https://github.com/nymtech/nym/pull/2913
+[#2186]: https://github.com/nymtech/nym/issues/2186
+[#2332]:https://github.com/nymtech/nym/issues/2332
+
 ## [nym-explorer-v1.0.3](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.3) (2023-01-24)
 
 - Stake Saturation tooltip on node list and node pages updated ([#2877])
diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md
index cbf60772f4..9fab419681 100644
--- a/nym-connect/CHANGELOG.md
+++ b/nym-connect/CHANGELOG.md
@@ -4,8 +4,12 @@
 
 ## [nym-connect-v1.1.8](https://github.com/nymtech/nym/tree/nym-connect-v1.1.8) (2023-01-31)
 
-- New user interface
-- One click connect
+- Add supported apps in the menu + update guide ([#2868])
+
+- Copy changes to remove the dropdown: ([#2777])
+
+[#2868]: https://github.com/nymtech/nym/issues/2868
+[#2777]: https://github.com/nymtech/nym/issues/2777
 
 ## [nym-connect-v1.1.7](https://github.com/nymtech/nym/tree/nym-connect-v1.1.7) (2023-01-24)
 
-- 
GitLab