From 2e9c1b76eaf2ea01142541ff0e7daf5c35f28b42 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 15 Dec 2019 23:20:45 +0100 Subject: [PATCH] 1.9.5 beta prep --- CHANGELOG.md | 13 ++++++++++++- src/version.h | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) 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"