diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ed0e8b84..e87ac8339 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c63cb5d0c..a8f3259af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.11.1](https://github.com/defenseunicorns/lula/compare/v0.11.0...v0.11.1) (2024-11-15) + + +### Bug Fixes + +* lula validations in store don't persist validation state ([#795](https://github.com/defenseunicorns/lula/issues/795)) ([04f07ce](https://github.com/defenseunicorns/lula/commit/04f07ced3d5ad2e17e96ceabc94a074a2ca0df0b)) + + +### Miscellaneous + +* **deps:** update github/codeql-action action to v3.27.3 ([#794](https://github.com/defenseunicorns/lula/issues/794)) ([2aa9268](https://github.com/defenseunicorns/lula/commit/2aa926865ee4dd81e5602d503d72085745ef4120)) +* **deps:** update github/codeql-action action to v3.27.4 ([#799](https://github.com/defenseunicorns/lula/issues/799)) ([9610789](https://github.com/defenseunicorns/lula/commit/9610789113b77fcf3dece723748cdb4fcf256e78)) + ## [0.11.0](https://github.com/defenseunicorns/lula/compare/v0.10.0...v0.11.0) (2024-11-08)