diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d27d2e..2b35490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [5.2.0](https://github.com/memori-ai/memori-api-client/compare/v5.1.1...v5.2.0) (2024-09-25) + + +### Features + +* added pagination search and filter apis ([419397e](https://github.com/memori-ai/memori-api-client/commit/419397e3bf4a096c6a3fcfc9e70d26e15ab9563f)) + + +### Maintenance + +* fix typo + format code ([95bcf01](https://github.com/memori-ai/memori-api-client/commit/95bcf011079c0f9cb97dda5595c5086f43f2e27a)) + ## [5.1.1](https://github.com/memori-ai/memori-api-client/compare/v5.1.0...v5.1.1) (2024-09-10) diff --git a/package.json b/package.json index 1983c58..234e21f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.1.1", + "version": "5.2.0", "name": "@memori.ai/memori-api-client", "description": "React library to integrate a Memori in your app or website", "license": "Apache-2.0",