diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2f..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 173073c..cf0a7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.0](https://github.com/Artmann/squeal/compare/v1.3.1...v1.4.0) (2026-08-05) + + +### Features + +* **secret-storage:** ask before using the OS keychain ([fb25d98](https://github.com/Artmann/squeal/commit/fb25d98b086a568b68610d6ae336abdfe502bf7b)) + + +### Bug Fixes + +* **app:** load every collection at once and show an error when a load fails ([cf98cab](https://github.com/Artmann/squeal/commit/cf98cabe25e7b831b949855c1131aa445bd39079)) +* **build:** label the macOS bundle "Squeal" instead of "squeal" ([7c6c961](https://github.com/Artmann/squeal/commit/7c6c961c758b80c83fdfa98064237db124439927)) +* **database:** add columns missing from databases created by older versions ([4388fcd](https://github.com/Artmann/squeal/commit/4388fcd05bf64bf1d05b2c0a9ec233041d4e5a0e)) +* **databases:** roll back a created database when linking a worksheet fails ([c3c9c9e](https://github.com/Artmann/squeal/commit/c3c9c9ee29c0bf5f8ac3e73a55ca067394d33992)) + ## [1.3.1](https://github.com/Artmann/squeal/compare/v1.3.0...v1.3.1) (2026-08-03) diff --git a/package.json b/package.json index 9b653fd..950dfda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "squeal", "productName": "Squeal", - "version": "1.3.1", + "version": "1.4.0", "description": "Ergonomic SQL Client for Humans", "main": ".vite/build/main.js", "scripts": {