diff --git a/CHANGELOG.md b/CHANGELOG.md
index fab461ad..c97e3d50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.6.3] - 2019-10-XX
+### Fixed
+- Fixed bug where dots / hots would not trigger when reapplied by a skill caster at higher speed
+
## [1.6.2] - 2019-10-20
### Fixed
- Combiner bug where it would preview items for different combinations
diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx
index 9bb8d9e0..8810ecb3 100644
--- a/client/src/components/header.jsx
+++ b/client/src/components/header.jsx
@@ -83,6 +83,11 @@ function Header(args) {
class={`login-btn ${nav === 'play' ? 'highlight' : ''}`}>
Play
+