From b05b02d160085c5235964ebf48dd0393a143b643 Mon Sep 17 00:00:00 2001
From: Stacklok Bot <140063061+stacklokbot@users.noreply.github.com>
Date: Mon, 20 Jan 2025 09:31:47 +0200
Subject: [PATCH] chore(main): release 0.6.0

---
 CHANGELOG.md      | 13 +++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 175ac3ed..0fde42f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## [0.6.0](https://github.com/stacklok/codegate-ui/compare/v0.5.0...v0.6.0) (2025-01-20)
+
+
+### Features
+
+* add pagination for alerts table ([#104](https://github.com/stacklok/codegate-ui/issues/104)) ([a38e2cd](https://github.com/stacklok/codegate-ui/commit/a38e2cdd2ced63de130fe3a88118cc00a977b41f))
+* **workspaces:** create workspaces query hook ([#111](https://github.com/stacklok/codegate-ui/issues/111)) ([8ba7d36](https://github.com/stacklok/codegate-ui/commit/8ba7d369a6a51dfc66e4cc445b196bde77969061))
+
+
+### Bug Fixes
+
+* breaking changes in openapi spec ([#113](https://github.com/stacklok/codegate-ui/issues/113)) ([cd549d2](https://github.com/stacklok/codegate-ui/commit/cd549d2feb2d87c97205653458faa586442cfc8c))
+
 ## [0.5.0](https://github.com/stacklok/codegate-ui/compare/v0.4.1...v0.5.0) (2025-01-17)
 
 
diff --git a/package-lock.json b/package-lock.json
index e171cfd1..2162adf7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "vite-project",
-  "version": "0.5.0",
+  "version": "0.6.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "vite-project",
-      "version": "0.5.0",
+      "version": "0.6.0",
       "dependencies": {
         "@hey-api/client-fetch": "^0.6.0",
         "@radix-ui/react-dialog": "^1.1.4",
diff --git a/package.json b/package.json
index 91d40866..17d811a6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "vite-project",
   "private": true,
-  "version": "0.5.0",
+  "version": "0.6.0",
   "type": "module",
   "scripts": {
     "dev": "vite",