Skip to content

Commit 82a0f76

Browse files
chore(main): release mysql-query-mcp-server 1.2.1
1 parent dc76648 commit 82a0f76

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the MySQL Query MCP Server will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1](https://github.com/devakone/mysql-query-mcp-server/compare/mysql-query-mcp-server-v1.2.0...mysql-query-mcp-server-v1.2.1) (2026-05-16)
9+
10+
11+
### Bug Fixes
12+
13+
* return DATETIME columns as raw strings, default connection TZ to UTC ([#10](https://github.com/devakone/mysql-query-mcp-server/issues/10)) ([dc76648](https://github.com/devakone/mysql-query-mcp-server/commit/dc76648b697656b19ed54ba4ae4228e543fa9dc2))
14+
815
## [1.2.0](https://github.com/devakone/mysql-query-mcp-server/compare/mysql-query-mcp-server-v1.1.0...mysql-query-mcp-server-v1.2.0) (2025-04-13)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-query-mcp-server",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"description": "MySQL Query MCP server for AI assistants - execute read-only MySQL queries from Cursor IDE, Windsurf, or Claude Desktop",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)