Move tracking asset to simplify proxy configuration
Change-Id: I01d2b196f48924aa17e9bc2d4187d69a8bf5b2d6
diff --git a/Changes b/Changes
index c684b1b..2fcb711 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.41 2021-02-16
+0.41 2021-02-22
- Introduce CORS headers to the proxy.
- Introduce Content Security Policy.
- Remove default api endpoint from config to
@@ -28,6 +28,8 @@
- Remove deprecated helper methods.
- Introduce Kalamar::Request and
kalamar->request helper.
+ - Move /js/tracking.js to /settings/asset/tracking.js
+ to simplify asset configuration in proxy servers.
0.40 2020-12-17
- Modernize ES and fix in-loops.