diff --git a/CHANGELOG.md b/CHANGELOG.md index 6286a6687..7c840303c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.38.3](https://github.com/graasp/client/compare/v2.38.2...v2.38.3) (2026-05-08) + + +### Bug Fixes + +* allow dynamic envs ([#1241](https://github.com/graasp/client/issues/1241)) ([9edefc9](https://github.com/graasp/client/commit/9edefc9cd6bd05a77f97c996403fcf9731e46cb2)) +* **deps:** update dependency axios to v1.15.2 [security] ([#1239](https://github.com/graasp/client/issues/1239)) ([310c7d7](https://github.com/graasp/client/commit/310c7d7eaef63291c63d851f4bc1f647530ecd9e)) +* guests should be redirected to item page on logout and should be able to log out when forbidden ([#1238](https://github.com/graasp/client/issues/1238)) ([e71d9d9](https://github.com/graasp/client/commit/e71d9d99e8965ab5b14ebeee7316aeaf50c5e811)) +* **ja:** update japanese translations ([#1236](https://github.com/graasp/client/issues/1236)) ([3a2e29b](https://github.com/graasp/client/commit/3a2e29bcff4e2bab5efdb8d8e7ecefcf19b098e8)) +* remove proxy warnings in tests ([#1240](https://github.com/graasp/client/issues/1240)) ([6e1974f](https://github.com/graasp/client/commit/6e1974f790bdf1eef34571f1873548e01bdc4807)) + ## [2.38.2](https://github.com/graasp/client/compare/v2.38.1...v2.38.2) (2026-05-04) diff --git a/package.json b/package.json index 53a73a105..74fa86d9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/client", - "version": "2.38.2", + "version": "2.38.3", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",