diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c65772..1130d723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.36] - 2019-10-04 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.35] - 2019-10-04 ### Added diff --git a/example.config.nix b/example.config.nix index 9e802676..58229796 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 = "4d4da55888508c1faf6f9bee04738969da4a1a86"; + commit = "6bb0156b766b4ad51243565014e0199546ae6431"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts