diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d7282f..5fce4902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9.0](https://github.com/BLSQ/openhexa-frontend/compare/0.8.1...0.9.0) (2022-10-07) + + +### Features + +* **Features:** Add features to schema ([8b286ab](https://github.com/BLSQ/openhexa-frontend/commit/8b286ab36a6c56fc3f98707774c45f86d154bbca)) + + +### Bug Fixes + +* **Search:** Increase padding of search input ([6bc63d1](https://github.com/BLSQ/openhexa-frontend/commit/6bc63d1a3159249c012250fb21ab7f2e2f996d45)) +* **Sentry:** Get sentry sampling traces rate from env ([718074d](https://github.com/BLSQ/openhexa-frontend/commit/718074d2f7ecae1ea42465a2c58d6bd115f54774)) + ## [0.8.1](https://github.com/BLSQ/openhexa-frontend/compare/0.8.0...0.8.1) (2022-10-06) diff --git a/package-lock.json b/package-lock.json index 0b1e7b53..5a6b3aa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.8.1", + "version": "0.9.0", "dependencies": { "@apollo/client": "^3.7.0", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index 6d033774..7d2043fa 100644 --- a/package.json +++ b/package.json @@ -108,5 +108,5 @@ "prettier-plugin-tailwindcss": "^0.1.13", "tailwindcss": "^3.1.8" }, - "version": "0.8.1" + "version": "0.9.0" }