From 8369cfdb70bba1ff64af2ec1815caa7dd5a998e8 Mon Sep 17 00:00:00 2001 From: Brandon Bloom Date: Thu, 28 Oct 2021 13:44:44 -0700 Subject: [PATCH] 2021.10.28 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edbe7352..9d28de6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ This project adhears to [CalVer](./doc/versioning.md). ### Added - [#393](https://github.com/deref/exo/pull/393), [#456](https://github.com/deref/exo/pull/456) Initial integration with Deref's secrets service. + +## 2021.10.27 + +### Added + - [#420](https://github.com/deref/exo/pull/420) Support for variable interpolation in compose files. - [#418](https://github.com/deref/exo/pull/418), [#444](https://github.com/deref/exo/pull/444), [#445](https://github.com/deref/exo/pull/445) Initial support for `exo.hcl` files. diff --git a/VERSION b/VERSION index 1ae273f3b..e4b0b0f64 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.10.27-3 \ No newline at end of file +2021.10.28 \ No newline at end of file