From dd0c1e65873445ce900ee8e52ff8fd1881010086 Mon Sep 17 00:00:00 2001 From: Oliver King Date: Tue, 23 Jan 2024 13:02:27 -0600 Subject: [PATCH] add 0.2.1 to changelog (#154) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4add35fa..e72a28b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2023-01-23 + +### Fixed + +- Respect immutable fields in Placeholder Pod reconciler - [#153](https://github.com/Azure/aks-app-routing-operator/pull/153) + ## [0.2.0] - 2023-01-11 ### Changes