diff --git a/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt b/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt index 486f3239..8a74767c 100644 --- a/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt +++ b/core/model/src/main/java/chat/stoat/core/model/data/Constants.kt @@ -7,4 +7,5 @@ const val STOAT_FILES = "https://cdn.stoatusercontent.com" const val STOAT_PROXY = "https://proxy.stoatusercontent.com" const val STOAT_WEB_APP = "https://stoat.chat" const val STOAT_INVITES = "https://stt.gg" -const val STOAT_WEBSOCKET = "wss://events.stoat.chat" \ No newline at end of file +const val STOAT_WEBSOCKET = "wss://events.stoat.chat" +const val STOAT_CHANGELOG = "https://changelog.stoat.chat" \ No newline at end of file