From 9d55f3e5a0808909ca7a80e3384873e004a010f0 Mon Sep 17 00:00:00 2001 From: Ashanti Mutinta Date: Sun, 18 Aug 2019 12:50:56 -0400 Subject: [PATCH] Release 0.0.30 --- CHANGELOG-UNRELEASED.md | 1 - CHANGELOG.md | 15 +++++++++++++++ example.config.nix | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 1f0e9b79..2f730af6 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -5,7 +5,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm {{ version-heading }} ### Added -- Bumped Holochain version to 0.0.28-alpha1 ### Changed diff --git a/CHANGELOG.md b/CHANGELOG.md index 9587dc4e..f5c79742 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.30] - 2019-08-18 + +### Added +- Bumped Holochain version to 0.0.28-alpha1 + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.29] - 2019-08-12 ### Added diff --git a/example.config.nix b/example.config.nix index 7b9d0336..930874c4 100644 --- a/example.config.nix +++ b/example.config.nix @@ -63,7 +63,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 = "291cd04b8e956c91f9267af61f86eb3e2cf0270a"; + commit = "e540606583b1f91ecbaeca4a705a15ecc3d59e6c"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts