diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d55ae57..045bb27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.41.2](https://github.com/BLSQ/openhexa-frontend/compare/0.41.1...0.41.2) (2023-12-26) + + +### Bug Fixes + +* Improve run messages ([#510](https://github.com/BLSQ/openhexa-frontend/issues/510)) ([1998ff9](https://github.com/BLSQ/openhexa-frontend/commit/1998ff956c6dd1c272e007a0ce5478c480c85930)) +* **Pipelines:** Add a 'Webhook' run trigger & Improve parameters display ([#509](https://github.com/BLSQ/openhexa-frontend/issues/509)) ([fc090e6](https://github.com/BLSQ/openhexa-frontend/commit/fc090e664c8d1b3ec870dfdd72881cdd04792086)) + ## [0.41.1](https://github.com/BLSQ/openhexa-frontend/compare/0.41.0...0.41.1) (2023-12-19) diff --git a/package-lock.json b/package-lock.json index c192bffb..7e2f35ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.41.1", + "version": "0.41.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.41.1", + "version": "0.41.2", "dependencies": { "@apollo/client": "^3.8.8", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index ce697fad..f6ba2819 100644 --- a/package.json +++ b/package.json @@ -120,5 +120,5 @@ "prettier-plugin-tailwindcss": "^0.5.4", "tailwindcss": "^3.3.2" }, - "version": "0.41.1" + "version": "0.41.2" }