diff --git a/changelog.html b/changelog.html
index b0a619c..b499cd4 100644
--- a/changelog.html
+++ b/changelog.html
@@ -3,7 +3,18 @@
Changelog
-
2024-04-26: [0.17] Minor CSS fixes
+
2024-06-01: [0.18] Minor CSS fixes, new examples
+
+ - [NPC Sheet] Corrected a problem where the portrait wasn't vertically scaled, allowing it to overflow the designated area (thanks Diana!).
+ - [NPC Sheet] Updated for new in-system handling of power sorting.
+ - [Chat Styles] Added compatibility tweaks for Simply Portraits module (thanks wigmeister!).
+ - [Chat Styles] Minor fixes to CSS.
+ - [Compendia] Added advanced tooltip and power card styling examples to the Text Styling Examples compendium. (The "New Features" article has been removed.)
+ - [Journals] Tweaked journal styling for better tables.
+ - French translation updated (thanks Gilphe!).
+
+
+
2024-04-06: [0.17] Minor CSS fixes
- [Chat Styles] Some minor CSS fixes and better cross-browser compatibility.
diff --git a/module.json b/module.json
index 2caac14..390b298 100644
--- a/module.json
+++ b/module.json
@@ -18,7 +18,7 @@
"name": "Gilphe"
}
],
- "version": "0.17",
+ "version": "0.18",
"compatibility": {
"minimum": "11",
"verified": "11.315"
@@ -30,8 +30,8 @@
"type": "system",
"manifest": "https://raw.githubusercontent.com/EndlesNights/dnd4eBeta/main/system.json",
"compatibility": {
- "minimum": "0.4",
- "verified": "0.4.39"
+ "minimum": "0.4.53",
+ "verified": "0.4.56"
}
}
]