diff --git a/CHANGELOG.md b/CHANGELOG.md index d97b06be..5d516f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ 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.1.1] - 2023-12-11 +## [0.1.2] - 2023-11-28 + +### Changes + +- Make DNS Zone resource group check case insensitive - [#137](https://github.com/Azure/aks-app-routing-operator/pull/137) +- Make Default NginxIngressController always reconcile - [#138](https://github.com/Azure/aks-app-routing-operator/pull/138) +- Expose useful function for interacting with NginxIngressController publicly - [#140](https://github.com/Azure/aks-app-routing-operator/pull/140), [#141](https://github.com/Azure/aks-app-routing-operator/pull/141), [#142](https://github.com/Azure/aks-app-routing-operator/pull/142) + +## [0.1.1] - 2023-11-12 ### Added