diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index ef4bdc4a..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 -- example.default.nix points to holonix 0.0.12 - ### 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 33b44b1d..69a39a19 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.13] - 2019-07-09 + +### Added + +### Changed + +- example.default.nix points to holonix 0.0.12 + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.12] - 2019-07-09 ### Added diff --git a/example.config.nix b/example.config.nix index 88ff3632..b8021e6f 100644 --- a/example.config.nix +++ b/example.config.nix @@ -3,7 +3,7 @@ # 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 = "6706e3ce3cb723c74ed9874bb71c186d825aa9c6"; + commit = "0095ae8451d954ca4fef76aac76c4aa40add0dad"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts