diff --git a/CHANGELOG.md b/CHANGELOG.md index bd829c11..5be78c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.1.0...v1.1.1) (2023-05-25) + + +### Documentation + +* add usage and troubleshooting sections ([#45](https://github.com/camptocamp/devops-stack-module-argocd/issues/45)) ([c23fd1b](https://github.com/camptocamp/devops-stack-module-argocd/commit/c23fd1b451c3cbd42385f54e7e2f66833d8f71cd)) + ## [1.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0...v1.1.0) (2023-04-13) diff --git a/variables.tf b/variables.tf index 4c3d5e58..8c1e7f03 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.1.0" # x-release-please-version + default = "v1.1.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 9084fa2f..524cb552 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1