From 68c787fab4938bebd9089365ba980bfe441864ef Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 12 Oct 2024 00:58:10 +0930 Subject: [PATCH] docs(release_notes): add api v1 depreciaation note ref: #344 --- Release-Notes.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 419b958d..83f84df3 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,3 +1,10 @@ +## Version 1.4.0 + +- Depreciation of **ALL** API urls. will be [removed in v2.0.0](https://github.com/nofusscomputing/centurion_erp/issues/343) release of Centurion. + +- New API will be at path `api/v2` and will remain until v2.0.0 release of Centurion on which the `api/v2` path will be moved to `api` + + # Version 1.3.0 !!! danger "Security" @@ -14,10 +21,12 @@ This release updates the docker container to be a production setup for deploymen - To setup container as "Worker", set `IS_WORKER='True'` environmental variable within container. _**Note:** You can still use command `celery -A app worker -l INFO`, although **not** recommended as the container health check will not be functioning_ -# Version 1.0.0 +## Version 1.0.0 + Initial Release of Centurion ERP. -## Breaking changes + +### Breaking changes - Nil