From 154830a00121e1201b5aef8bc9f84298f72f10f6 Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Thu, 17 Sep 2020 17:27:43 -0400 Subject: [PATCH] Release v0.0.84 --- CHANGELOG-UNRELEASED.md | 2 +- CHANGELOG.md | 15 +++++++++++++++ example.config.nix | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 4e73c40d..2f730af6 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added ### Changed -- Updated to holochain v0.0.52-alpha1 ### Deprecated @@ -16,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 e97f13b4..ab7ba8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.84] - 2020-09-17 + +### Added + +### Changed +- Updated to holochain v0.0.52-alpha1 + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.83] - 2020-09-10 ### Added diff --git a/example.config.nix b/example.config.nix index 069e0d92..614fca37 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 = "4c4d4bd9214a8493fe6c2b96b1e922f2a62e9e17"; + commit = "0b7e99b2b3757f3e6c1c78a44bb761eb52355af5"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts