diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfd5203..cee7c84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
Date format : day/month/year
+## 1.9.6 - ??/04/2023 - QoL before v11
+- Added effects panel to both pc and npc (thx to Bragma !26).
+- Added a underline on rings to show current stance (thx to Bragma !25).
+- Fix Lists not showing correctly in journal (thx to Bragma #44).
+
## 1.9.5 - 11/01/2023 - Adding Modifiers
- Characters can now have bonus endurance/composure/focus/vigilance from conditions (thx to Perkuns).
diff --git a/system/system.json b/system/system.json
index ccc0353..0df1a71 100644
--- a/system/system.json
+++ b/system/system.json
@@ -7,8 +7,8 @@
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
- "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.5/raw/l5r5e.zip?job=build",
- "version": "1.9.5",
+ "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.6/raw/l5r5e.zip?job=build",
+ "version": "1.9.6",
"compatibility": {
"minimum": 10,
"verified": "10.291"
diff --git a/system/templates/actors/character-sheet.html b/system/templates/actors/character-sheet.html
index 5f3ce4e..d6d72af 100644
--- a/system/templates/actors/character-sheet.html
+++ b/system/templates/actors/character-sheet.html
@@ -7,27 +7,27 @@
{{!-- Sheet Header --}}
{{!-- Sheet Body --}}
- {{> 'systems/l5r5e/templates/actors/character/effects.html'}} {{!-- Sheet Tab Navigation --}}
+ {{!-- Active effects --}}
+ {{> 'systems/l5r5e/templates/actors/character/effects.html'}}
+
+ {{!-- Sheet Tab Navigation --}}