diff --git a/changelog.md b/changelog.md index 02fb952..675a0c5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +v1.2.0 +- Support classType instead of annotation for nginx ingress +- Merge config-map and ingress based setup into one flow +- Fix bug where removing a cert doesn't get detected + v1.1.0 - Helm chart added diff --git a/charts/kcert/Chart.yaml b/charts/kcert/Chart.yaml index b740d85..b7b889b 100644 --- a/charts/kcert/Chart.yaml +++ b/charts/kcert/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: kcert description: Deploys KCert for issuing Let's Encrypt certificates -version: 1.0.1 -appVersion: 1.1.0 +version: 1.0.2 +appVersion: 1.2.0 maintainers: - name: Nabeel Sulieman url: https://nabeel.dev