diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd8cbf..8b957f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0](https://github.com/altertable-ai/altertable-cli/compare/v1.0.0...v1.1.0) (2026-07-10) + + +### Features + +* allow to attach all available catalogs ([#44](https://github.com/altertable-ai/altertable-cli/issues/44)) ([d3b42c2](https://github.com/altertable-ai/altertable-cli/commit/d3b42c29b1e3403930e9f7e64237d2190ffcc3b8)) + + +### Bug Fixes + +* harden profile reuse and uniformize profile display and reuse ([#45](https://github.com/altertable-ai/altertable-cli/issues/45)) ([23ca8f1](https://github.com/altertable-ai/altertable-cli/commit/23ca8f1eadad316bbeab1f7ffab8166731c68a36)) +* **release:** narrow release workflow to published tags ([#40](https://github.com/altertable-ai/altertable-cli/issues/40)) ([f224328](https://github.com/altertable-ai/altertable-cli/commit/f224328f3e70b137c5cfbcdc5790b8031cfde71c)) +* subsequent login mixing current profile ([#46](https://github.com/altertable-ai/altertable-cli/issues/46)) ([992aaee](https://github.com/altertable-ai/altertable-cli/commit/992aaeeee25a2d1c7d548525a0ffeddbd115d40a)) + ## [1.0.0] - 2026-07-09 First public release of the Altertable CLI: a production-ready terminal for querying diff --git a/cli/package.json b/cli/package.json index 76cc4e0..70c102b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@altertable/cli", - "version": "1.0.0", + "version": "1.1.0", "description": "Altertable CLI — query and manage your data platform", "homepage": "https://github.com/altertable-ai/altertable-cli#readme", "bugs": {