diff --git a/CHANGELOG.md b/CHANGELOG.md index c04e6b2..29a753b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [4.1.2](https://github.com/memori-ai/memori-api-client/compare/v4.1.1...v4.1.2) (2024-04-29) + + +### Maintenance + +* add new attributes to history message ([badfd60](https://github.com/memori-ai/memori-api-client/commit/badfd6000a06db2b1484a7f342fa0b6ddb719b9b)) + ## [4.1.1](https://github.com/memori-ai/memori-api-client/compare/v4.1.0...v4.1.1) (2024-04-29) diff --git a/package.json b/package.json index 406cfcc..bd1d894 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.1.1", + "version": "4.1.2", "name": "@memori.ai/memori-api-client", "description": "React library to integrate a Memori in your app or website", "license": "Apache-2.0",