diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index c8d26d7b..2f730af6 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -8,8 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed -- update to v0.0.41-alpha3 binaries - ### Deprecated ### Removed @@ -17,3 +15,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed ### Security + diff --git a/CHANGELOG.md b/CHANGELOG.md index 031eadc9..09b5fd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.55] - 2019-12-19 + +### Added + +### Changed + +- update to v0.0.41-alpha3 binaries + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.54] - 2019-12-14 ### Added diff --git a/example.config.nix b/example.config.nix index 8d358d99..36c5f41e 100644 --- a/example.config.nix +++ b/example.config.nix @@ -62,7 +62,7 @@ echo "All finished!!!" # the commit hash that the release process should target # this will always be behind what ends up being deployed # the release process needs to add some commits for changelog etc. - commit = "524d03c83b3766d3b47871e2bad5c98c98da2fdb"; + commit = "d9ee175c0c95773023eecade28dfeb6d324765d1"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts