diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d2bbf948c..631a3799e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.11.1" + ".": "6.11.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 725297633..5e99f04d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Released +## [6.11.2](https://github.com/nuvla/api-server/compare/6.11.1...6.11.2) (2024-11-22) + + +### Bug Fixes + +* **Deployment:** Checks for subscription and access to cres and infras should be done as owner of the deployment ([b73b630](https://github.com/nuvla/api-server/commit/b73b6306b01898b6869ee04b539578d7833cd8de)) + ## [6.11.1](https://github.com/nuvla/api-server/compare/6.11.0...6.11.1) (2024-11-21) diff --git a/code/project.clj b/code/project.clj index 956044c6a..5af570687 100644 --- a/code/project.clj +++ b/code/project.clj @@ -4,7 +4,7 @@ (defproject com.sixsq.nuvla/api-server ; x-release-please-start-version - "6.11.2-SNAPSHOT" + "6.11.2" ; x-release-please-end :description "core api server"