diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 7d63db2b..2f730af6 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -6,21 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added -- Added dockerfiles for minimal/sim2h_server/trycp_server for binary boxes -- Added utility scripts to make working with docker easier - ### Changed -- Changed docker tags to be {box}.{branch} -- Dockers build on love/master/develop (e.g. holochain/holonix:latest.love) -- Using binaries v0.0.42-alpha1 - ### Deprecated ### Removed ### Fixed -- trycp_server binary is wrapped with holochain to support nix-env installation - ### Security + diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b66ee72..1db4abcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.57] - 2019-12-31 + +### Added + +- Added dockerfiles for minimal/sim2h_server/trycp_server for binary boxes +- Added utility scripts to make working with docker easier + +### Changed + +- Changed docker tags to be {box}.{branch} +- Dockers build on love/master/develop (e.g. holochain/holonix:latest.love) +- Using binaries v0.0.42-alpha1 + +### Deprecated + +### Removed + +### Fixed + +- trycp_server binary is wrapped with holochain to support nix-env installation + +### Security + ## [0.0.56] - 2019-12-20 ### Added diff --git a/example.config.nix b/example.config.nix index a7c895d5..7476f24e 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 = "d76e115d246bd3e62491ed89e47601d8339328ec"; + commit = "9f6c5840fda6e8b167d266d527d265b324f5e9b4"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts