From 11beb6e8cd2419b2429925b76a98f24035e40985 Mon Sep 17 00:00:00 2001 From: Elliot Cameron Date: Thu, 22 Oct 2020 14:40:36 -0400 Subject: [PATCH] Version 0.9.0.1 --- ChangeLog.md | 4 ++++ lib/command/obelisk-command.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 76184691b..2be1ab598 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,10 @@ This project's release branch is `master`. This log is written from the perspective of the release branch: when changes hit `master`, they are considered released. +## v0.9.0.1 + +* ([#810](https://github.com/obsidiansystems/obelisk/pull/810)) Fix loading of `all.js` in fully compiled web apps. + ## v0.9.0.0 * **(Breaking change)** Backport nixpkgs upgrades to ACME/Let's Encrypt handling so that HTTPS deployments continue to work flawlessly. If your deployment is having trouble renewing [Let's Encrypt](https://letsencrypt.org/) certificates, upgrade to this version. diff --git a/lib/command/obelisk-command.cabal b/lib/command/obelisk-command.cabal index ee1825892..4c2d086df 100644 --- a/lib/command/obelisk-command.cabal +++ b/lib/command/obelisk-command.cabal @@ -1,5 +1,5 @@ name: obelisk-command -version: 0.9.0.0 +version: 0.9.0.1 cabal-version: >= 1.8 build-type: Simple