diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246ddf..cf198b9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..331bbd8f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [1.11.0](https://github.com/microsoft/go-sqlcmd/compare/v1.10.0...v1.11.0) (2026-05-27) + + +### Features + +* add ASCII table query output format ([#609](https://github.com/microsoft/go-sqlcmd/issues/609)) ([91fa9f7](https://github.com/microsoft/go-sqlcmd/commit/91fa9f7b81917913437e6ee3d0c6c6c94ec052bf)) +* add devcontainer for VS Code and GitHub Codespaces ([#692](https://github.com/microsoft/go-sqlcmd/issues/692)) ([bdc375d](https://github.com/microsoft/go-sqlcmd/commit/bdc375d32d0eafbdef6392cff5ac1ebc0af24324)) + + +### Bug Fixes + +* using ActiveDirectoryServicePrincipalAccessToken does not set password in connection URL ([#756](https://github.com/microsoft/go-sqlcmd/issues/756)) ([d5eb4e7](https://github.com/microsoft/go-sqlcmd/commit/d5eb4e7ed37ebe5711c55e29e4b97a18036e4cb4))