diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bd3c0..aa23a06 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.5 & ts-0.1.5] - 2025-05-22 +### Fixed +- Fixed operator types in filter + ## [py-0.1.4 & ts-0.1.4] - 2025-05-11 ### Added - Initial CI/CD setup diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 72bffdf..b7f9ef7 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.4" +version = "0.1.5" description = "Lightfeed API Client for Python" readme = "README.md" authors = [ diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 0b667d6..e98b65d 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "lightfeed", - "version": "0.1.4", + "version": "0.1.5", "description": "Lightfeed API Client for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",