diff --git a/CHANGELOG.md b/CHANGELOG.md index b10ebe2b0..f6e17391f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.1.0-rc.3 - 30-03-2021 + +### Changed + +- Only provide executables for unix + +### Fixed + +- Fixed parsing the IP from the MOBILIZON_INSTANCE_LISTEN_IP env variable for Docker +- Fixed release startup in Docker container + ## 1.1.0-rc.2 - 30-03-2021 ### Added