From f2ac4eaa29966a26aeddbb958caaecc615576347 Mon Sep 17 00:00:00 2001 From: James Harris Date: Fri, 3 Mar 2023 13:07:07 +1000 Subject: [PATCH] Fix environment variable names. --- CHANGELOG.md | 6 +++++ ENVIRONMENT.md | 62 +++++++++++++++++++++++----------------------- cmd/browser/env.go | 6 ++--- 3 files changed, 40 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62ecb0..b4da9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ The format is based on [Keep a Changelog], and this project adheres to [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html +## [0.1.3] - 2023-03-03 + +- Return environment variable naming to match v0.1.1, as the change in v0.1.2 + was not intended. + ## [0.1.2] - 2023-03-03 - Use Go v1.20 at runtime (via `golang:latest` docker image) @@ -28,6 +33,7 @@ The format is based on [Keep a Changelog], and this project adheres to [0.1.0]: https://github.com/dogmatiq/browser/releases/v0.1.0 [0.1.1]: https://github.com/dogmatiq/browser/releases/v0.1.1 [0.1.2]: https://github.com/dogmatiq/browser/releases/v0.1.2 +[0.1.3]: https://github.com/dogmatiq/browser/releases/v0.1.3