diff --git a/backendV2/info.json b/backendV2/info.json index 47923c7..fadf00a 100644 --- a/backendV2/info.json +++ b/backendV2/info.json @@ -1,9 +1,9 @@ { "backend-info": { - "version": "v2.1.1 (dev)" + "version": "v2.1.2 (dev)" }, "frontend-info": { - "version": "v2.1.2 (dev)" + "version": "v2.2 (dev)" }, "admin-panel-info": { "version": "v1.3.2 (dev)" diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..980bc7b --- /dev/null +++ b/changelog.md @@ -0,0 +1,24 @@ +# Changelog for upcoming version: v2.2 + +This update provides some new features for the design. It also contains some improvements and I have also fixed some bugs. + +## New features +- The overview page now has the note column and is overall better organised +- I also addded the regular header to the page +- I have added three animations to the Borrow System + +## Improvements +- I updated the small web icons of the borrow system. I have made them with Icon Composer. +- I have also improved the error logging for the API route wehre you can take loans + +## Fixed bugs +- Fixed bug: #13 +- Fixed bug for messaging when server has an error +- Fixed footer height + +--- + +## Next version numbers +**Backend:** v2.1.2 +**Frontend:** v2.2 +**Admin panel:** v1.3.2 \ No newline at end of file