diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20194608a..6d714cdd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.193.7](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.5...v1.193.7) (2024-09-27)
+
+### Bug Fixes
+
+- add a margin to left side nav ([d504b23](https://github.com/bcgov/CONN-CCBC-portal/commit/d504b23b3722e2d793dc47055eee3bd2fe4ef112))
+- cbc edit input focus issue ([ce13c6c](https://github.com/bcgov/CONN-CCBC-portal/commit/ce13c6c0085e7021dfe2ecb2d6b7ceff4567ab4a))
+
## [1.193.6](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.5...v1.193.6) (2024-09-26)
### Bug Fixes
diff --git a/app/components/Analyst/NavigationSidebar.tsx b/app/components/Analyst/NavigationSidebar.tsx
index c695a7317..f4b3b7aeb 100644
--- a/app/components/Analyst/NavigationSidebar.tsx
+++ b/app/components/Analyst/NavigationSidebar.tsx
@@ -26,6 +26,10 @@ const StyledUpperSection = styled.section`
color: ${(props) => props.theme.color.navigationBlue};
`;
+const StyledLowerSection = styled.section`
+ margin-top: 1em;
+`;
+
const NavigationSidebar = () => {
const router = useRouter();
const { asPath } = router;
@@ -47,7 +51,7 @@ const NavigationSidebar = () => {
label="Dashboard"
/>
-
+
{
icon={faClockRotateLeft}
label="History"
/>
-
+
);
diff --git a/db/sqitch.plan b/db/sqitch.plan
index 04699a809..14e73f394 100644
--- a/db/sqitch.plan
+++ b/db/sqitch.plan
@@ -684,3 +684,4 @@ computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara # release v1.193.4
@1.193.5 2024-09-26T20:14:22Z CCBC Service Account # release v1.193.5
@1.193.6 2024-09-26T21:30:05Z CCBC Service Account # release v1.193.6
+@1.193.7 2024-09-27T17:07:14Z CCBC Service Account # release v1.193.7
diff --git a/package.json b/package.json
index 8e5273d52..17befa3b3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
- "version": "1.193.6",
+ "version": "1.193.7",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX ",