diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f6c719..9313ae56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.0](https://github.com/stacklok/codegate-ui/compare/v0.11.1...v0.12.0) (2025-02-05) + + +### Features + +* add providers page and enable muxing ([#253](https://github.com/stacklok/codegate-ui/issues/253)) ([22c47ae](https://github.com/stacklok/codegate-ui/commit/22c47aed9aa3f527b17a4b14badff31a80100039)) +* react-query-utils ([#257](https://github.com/stacklok/codegate-ui/issues/257)) ([7d4a854](https://github.com/stacklok/codegate-ui/commit/7d4a854510db81e3b05e19db2d0a4f63363cd782)) + ## [0.11.1](https://github.com/stacklok/codegate-ui/compare/v0.11.0...v0.11.1) (2025-02-05) diff --git a/package-lock.json b/package-lock.json index 9daf3962..018b983e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.11.1", + "version": "0.12.0", "dependencies": { "@hey-api/client-fetch": "^0.7.1", "@monaco-editor/react": "^4.6.0", diff --git a/package.json b/package.json index 9226800f..f28b39cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.11.1", + "version": "0.12.0", "type": "module", "scripts": { "dev": "vite",