diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c4f52..e1d70d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [1.1.3] - 2024-03-05 +### Added +- New message locale +### Changed +- Version of js-sdk + ## [1.1.2] - 2023-12-01 ### Removed - chrown from the Dockerfile diff --git a/package.json b/package.json index e29de74..f89d471 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@hookform/resolvers": "^3.3.1", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.3", - "@rarimo/client": "^2.0.0-rc.32", + "@rarimo/client": "^2.0.0-rc.34", "graphql": "^16.7.1", "graphql-tag": "^2.12.6", "lodash-es": "^4.17.21",