Skip to content

Commit

Permalink
chore(release): 1.5.9
Browse files Browse the repository at this point in the history
## [1.5.9](v1.5.8...v1.5.9) (2021-10-30)

### Bug Fixes

* **chart:** Handle appVersion from chart ([3246146](3246146))
  • Loading branch information
semantic-release-bot committed Oct 30, 2021
1 parent 3246146 commit 9e06945
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.9](https://github.com/stenic/sql-operator/compare/v1.5.8...v1.5.9) (2021-10-30)


### Bug Fixes

* **chart:** Handle appVersion from chart ([3246146](https://github.com/stenic/sql-operator/commit/3246146ac60599891130726892e325503cc11085))

## [1.5.8](https://github.com/stenic/sql-operator/compare/v1.5.7...v1.5.8) (2021-10-30)


Expand Down
4 changes: 2 additions & 2 deletions charts/sql-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: sql-operator
description: Manage your Sql servers
version: 0.3.2
version: 0.3.3
maintainers:
- name: NoUseFreak
email: [email protected]
url: https://stenic.io
appVersion: 1.5.8
appVersion: 1.5.9

0 comments on commit 9e06945

Please sign in to comment.