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