Skip to content

Commit 9278ebf

Browse files
docs: Update CHANGELOG.md (#159)
1 parent 8ca746f commit 9278ebf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/assign-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: PR assignment
1616

1717
on:
18-
pull_request_target:
18+
pull_request:
1919
types: [opened, edited, reopened]
2020

2121
jobs:
@@ -28,6 +28,6 @@ jobs:
2828
- name: "Auto-assign PR"
2929
uses: pozil/auto-assign-issue@af6beea6bdf1e8eb373f061c5bc168681fc6d011 # v4.0.1
3030
with:
31-
assignees: minhaz,davidtamaki,drstrangelooker,LukaFontanilla,marcjwo,chrissieacodes,ipraveen9
31+
assignees: minhaz,davidtamaki,drstrangelooker,chrissieacodes,haengeunc
3232
numOfAssignee: 1
3333
abortIfPreviousAssignees: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* **server:** Fail if MCP auth is enabled together with enable-api ([mcp-toolbox#​3435](https://redirect.github.com/googleapis/mcp-toolbox/issues/3435)) ([a6ff910](https://redirect.github.com/googleapis/mcp-toolbox/commit/a6ff910a602adece11f0a6581d6211e5927f7182)) ([6371c61](https://github.com/gemini-cli-extensions/looker/commit/6371c616c0eebff20e5621cab855fa4ecbcb9c20))
5959
* **server:** Return errors instead of panicking in InitializeConfigs ([mcp-toolbox#​3397](https://redirect.github.com/googleapis/mcp-toolbox/issues/3397)) ([f48b01d](https://redirect.github.com/googleapis/mcp-toolbox/commit/f48b01dc1775e4583a06689a2e67fb06e5dd3c68)) ([6371c61](https://github.com/gemini-cli-extensions/looker/commit/6371c616c0eebff20e5621cab855fa4ecbcb9c20))
6060
* Bound MCP HTTP body size ([mcp-toolbox#​3216](https://redirect.github.com/googleapis/mcp-toolbox/issues/3216)) ([d4f4342](https://redirect.github.com/googleapis/mcp-toolbox/commit/d4f434251392fb597779a90a12c63d21533ea187)) ([6371c61](https://github.com/gemini-cli-extensions/looker/commit/6371c616c0eebff20e5621cab855fa4ecbcb9c20))
61-
* Escape delimiter characters in applyEscape to prevent SQL injection ([mcp-toolbox#​2811](https://redirect.github.com/googleapis/mcp-toolbox/issues/2811)) ([932519a](https://redirect.github.com/googleapis/mcp-toolbox/commit/932519a9551861bf5f18787dc43b20d06350343f)) ([6371c61](https://github.com/gemini-cli-extensions/looker/commit/6371c616c0eebff20e5621cab855fa4ecbcb9c20))
61+
* Escape delimiter characters in applyEscape to prevent SQL injection ([932519a](https://redirect.github.com/googleapis/mcp-toolbox/commit/932519a9551861bf5f18787dc43b20d06350343f)) ([6371c61](https://github.com/gemini-cli-extensions/looker/commit/6371c616c0eebff20e5621cab855fa4ecbcb9c20))
6262

6363
## [0.3.5](https://github.com/gemini-cli-extensions/looker/compare/0.3.4...0.3.5) (2026-06-05)
6464

0 commit comments

Comments
 (0)