diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed9bab48..c9da26e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.35.12](https://github.com/AEGEE/frontend/compare/1.35.11...1.35.12) (2024-03-09) + + +### Bug Fixes + +* **statutory:** add information on how to withdraw your application ([#2069](https://github.com/AEGEE/frontend/issues/2069)) ([152d14e](https://github.com/AEGEE/frontend/commit/152d14e80f3018aa05b70fbbb697c6b4b7bf9394)) + ## [1.35.11](https://github.com/AEGEE/frontend/compare/1.35.10...1.35.11) (2024-03-09) diff --git a/package-lock.json b/package-lock.json index a09e6a9f4..3a73f56a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "1.35.11", + "version": "1.35.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "1.35.11", + "version": "1.35.12", "license": "MIT", "dependencies": { "@babel/core": "^7.23.7", diff --git a/package.json b/package.json index bfde4f0f9..8bbc7acfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.35.11", + "version": "1.35.12", "description": "MyAEGEE Frontend", "homepage": "https://my.aegee.eu", "license": "MIT",