diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a1cee924cf6..573cde1814d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Configuration with legacy environment variables is no longer supported. TOML is required. -## 1.13.0 - UNRELEASED + + +## 1.13.0 - 2023-03-16 ### Added @@ -37,15 +39,18 @@ AutoCreateKey = false - TOML env var `CL_CONFIG` always processed as the last configuration, with the effect of being the final override of any values provided via configuration files. +### Updated + +- TOML env var `CL_CONFIG` always processed as the last configuration, with the effect of being the final override +of any values provided via configuration files. + ### Changed - The config option `FeatureFeedsManager`/`FEATURE_FEEDS_MANAGER` is now true by default. ### Removed -- Terra is no longer supported - - +- Terra is no longer supported ## 1.12.0 - 2023-02-15