diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4918b25..efe9bfb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } diff --git a/.release-please-manifest.premain.json b/.release-please-manifest.premain.json index e3c5225..efe9bfb 100644 --- a/.release-please-manifest.premain.json +++ b/.release-please-manifest.premain.json @@ -1,3 +1,3 @@ { - ".": "1.4.1-rc" + ".": "1.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 754ff0f..3b7f895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ * add TTL-aware schema provisioning across Go, TypeScript, and Python helpers * add CDK archival construct for DynamoDB TTL expirations to S3 Glacier lifecycle storage +## [1.4.2](https://github.com/theory-cloud/TableTheory/compare/v1.4.1...v1.4.2) (2026-03-05) + + +### Bug Fixes + +* add encrypted compat mode for legacy plaintext ([d42d1f5](https://github.com/theory-cloud/TableTheory/commit/d42d1f533e7966ee041829d9bc736d31a419c376)) +* **ci:** allow stable version alignment on premain promotion ([56984bd](https://github.com/theory-cloud/TableTheory/commit/56984bd4cec3490246b7aeed0b7e17de3268105f)) +* **ci:** allow stable version alignment on premain promotion ([4f679a8](https://github.com/theory-cloud/TableTheory/commit/4f679a87f30e9bdb99539a0eeb65d396b2614fc9)) + ## [1.4.1](https://github.com/theory-cloud/TableTheory/compare/v1.4.0...v1.4.1) (2026-02-24) diff --git a/py/src/theorydb_py/version.json b/py/src/theorydb_py/version.json index 519ae5b..f0d7d7f 100644 --- a/py/src/theorydb_py/version.json +++ b/py/src/theorydb_py/version.json @@ -1,3 +1,3 @@ { - "version": "1.4.1" + "version": "1.4.2" } diff --git a/ts/package-lock.json b/ts/package-lock.json index 7b71ea6..5619da6 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.1002.0", diff --git a/ts/package.json b/ts/package.json index 6b5c35a..85971a0 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "private": true, "type": "module",