diff --git a/CHANGELOG.md b/CHANGELOG.md index aa23a06..2e545fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +## [py-0.1.6 & ts-0.1.6] - 2025-06-04 +### Changed +- Changed timestamp fields to created_at, changed_at and synced_at + ## [py-0.1.5 & ts-0.1.5] - 2025-05-22 ### Fixed - Fixed operator types in filter diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index b7f9ef7..fa9a2fa 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "lightfeed" -version = "0.1.5" +version = "0.1.6" description = "Lightfeed API Client for Python" readme = "README.md" authors = [ diff --git a/clients/typescript/package.json b/clients/typescript/package.json index e98b65d..e993d1c 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "lightfeed", - "version": "0.1.5", + "version": "0.1.6", "description": "Lightfeed API Client for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",