diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f45a4..e131101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.1](https://github.com/stenic/sql-operator/compare/v1.13.0...v1.13.1) (2021-11-28) + + +### Bug Fixes + +* **user:** Fix owner tracking ([0f3d513](https://github.com/stenic/sql-operator/commit/0f3d513ed493b633783dc591d11c005f71678377)) + # [1.13.0](https://github.com/stenic/sql-operator/compare/v1.12.1...v1.13.0) (2021-11-26) diff --git a/charts/sql-operator/Chart.yaml b/charts/sql-operator/Chart.yaml index e71b746..ace1292 100644 --- a/charts/sql-operator/Chart.yaml +++ b/charts/sql-operator/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: sql-operator description: Manage your Sql servers -version: 0.11.0 +version: 0.11.1 maintainers: - name: NoUseFreak email: dries@stenic.io url: https://stenic.io -appVersion: 1.13.0 +appVersion: 1.13.1