diff --git a/CHANGELOG.md b/CHANGELOG.md index 630609ce2..6b4a4a328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,18 @@ 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.9.4 beta] +## [1.9.5 beta] + +### Added + +### Fixed + +### Changed + +### Removed + + +## [1.9.4] 15-12-2019 There are breaking changes in this release. See `publish_time` below and make sure you set this value to 0. diff --git a/src/version.h b/src/version.h index 1e9e1751b..8ce1c1208 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.4b25" +#define APP_VERSION "1.9.5b1"