Skip to content

Commit 482f520

Browse files
committed
Update CHANGELOG
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent ede5166 commit 482f520

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
---
88

9+
## [0.2.0] - 2025-06-08 (pending)
10+
11+
### Fixed
12+
13+
* Fixed errors related to deleting gateways when metrics are associated with their tools
14+
* Fixed gateway addition errors when tools overlap. We add the missing tools when tool names overlap.
15+
* Improved logging by capturing ExceptionGroups correctly and showing specific errors
16+
* Fixed headers for basic authorization in tools and gateways
17+
918
## [0.1.0] - 2025‑06‑01
1019

1120
### Added

mcpgateway/static/admin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,6 @@ function openModal(modalId) {
16361636
}
16371637

16381638
function closeModal(modalId, clearId=null) {
1639-
// document.getElementById(modalId).classList.add('hidden');
16401639
const modal = document.getElementById(modalId);
16411640

16421641
if (clearId) {

0 commit comments

Comments
 (0)