From 673f14c18c78dc4eb5e2d4fefb60709c521da4f1 Mon Sep 17 00:00:00 2001
From: Dorako <dirako@gmail.com>
Date: Fri, 8 Jul 2022 22:43:18 +0200
Subject: [PATCH] 1.3.28

---
 CHANGELOG.md | 4 ++++
 module.json  | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bde3d0..8f16dd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.3.28
+
+Remove circular cropping of chat portraits, unless outline setting is enabled.
+
 # 1.3.27
 
 Added a setting for hiding chat portraits for secret GM rolls (default ON).
diff --git a/module.json b/module.json
index b730d43..bc9ccc2 100644
--- a/module.json
+++ b/module.json
@@ -4,12 +4,12 @@
   "description": "Overhauls the Foundry UI and several modules.",
   "url": "https://github.com/Dorako/pf2e-dorako-ui",
   "author": "Dorako",
-  "version": "1.3.27",
+  "version": "1.3.28",
   "minimumCoreVersion": "9",
   "compatibleCoreVersion": "9",
   "system": ["pf2e"],
   "scripts": ["scripts/dorako-ui.js"],
   "templates": ["templates/*"],
-  "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.27.zip",
+  "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.28.zip",
   "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json"
 }