diff --git a/CHANGELOG.md b/CHANGELOG.md index 105ba179..759fcabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.36.10](https://github.com/BLSQ/openhexa-frontend/compare/0.36.9...0.36.10) (2023-11-18) + + +### Features + +* **Pipelines:** Add connection picker ([#476](https://github.com/BLSQ/openhexa-frontend/issues/476)) ([98dd463](https://github.com/BLSQ/openhexa-frontend/commit/98dd4631e863678115d9e2a6617855ef4c75bfac)) + ## [0.36.9](https://github.com/BLSQ/openhexa-frontend/compare/0.36.8...0.36.9) (2023-11-14) diff --git a/package-lock.json b/package-lock.json index 9ae0ea6d..00c7b3e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.36.9", + "version": "0.36.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.36.9", + "version": "0.36.10", "dependencies": { "@apollo/client": "^3.7.16", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index 12ca757a..b26e9788 100644 --- a/package.json +++ b/package.json @@ -121,5 +121,5 @@ "prettier-plugin-tailwindcss": "^0.5.4", "tailwindcss": "^3.3.2" }, - "version": "0.36.9" + "version": "0.36.10" }